fix warning: cannot remove ‘uInitrd-*’
When packaging, the user would see errors like this:
rm: cannot remove ‘uInitrd-*’: No such file or directory
However, it's not really an error, so mute it by adding a -f to the
rm commands.
Signed-off-by:
Ryan Harkin <ryan.harkin@linaro.org>
Loading
Please register or sign in to comment