mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-24 23:21:17 +02:00
Fix build breakage.
Fixes the following error: rm: cannot remove `/home/chrome-bot/trunk/src/build/x86/local_packages/linux-image-*.deb': No such file or directory Review URL: http://chromereview.prom.corp.google.com/1186034 git-svn-id: svn://chrome-svn/chromeos/trunk@215 06c00378-0e64-4dae-be16-12b19f9950a1
This commit is contained in:
parent
64b6dc8db1
commit
5c1c3b836d
@ -172,7 +172,7 @@ MAKEFLAGS="CONCURRENCY_LEVEL=$CONCURRENCY_LEVEL" \
|
||||
# make-kpkg dumps the newly created package in the parent directory
|
||||
if [ -e "../${PACKAGE}" ]
|
||||
then
|
||||
rm "${FLAGS_output_root}"/linux-image-*.deb
|
||||
rm -f "${FLAGS_output_root}"/linux-image-*.deb
|
||||
mv "../${PACKAGE}" "${FLAGS_output_root}"
|
||||
echo "Kernel build successful, check ${FLAGS_output_root}/${PACKAGE}"
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user