Also removing binary.netboot.tar.xz before re-creating it in binary_netboot.
This commit is contained in:
parent
abc4f98acf
commit
bfd14cf38d
scripts/build
|
@ -119,7 +119,7 @@ then
|
|||
fi
|
||||
|
||||
# Remove old binary
|
||||
rm -f binary.netboot.tar.bz2 binary.netboot.tar.gz binary.netboot.tar.lz binary.netboot.tar
|
||||
rm -f binary.netboot.tar binary.netboot.tar.gz binary.netboot.tar.bz2 binary.netboot.tar.xz binary.netboot.tar.xz
|
||||
|
||||
# Creating image file
|
||||
ROOT_DIR=$(basename ${LB_NET_ROOT_PATH})
|
||||
|
|
Loading…
Reference in New Issue