Also removing binary.netboot.tar.xz before re-creating it in binary_netboot.

This commit is contained in:
Daniel Baumann 2012-08-07 06:57:10 +02:00
parent abc4f98acf
commit bfd14cf38d
1 changed files with 1 additions and 1 deletions
scripts/build

View File

@ -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})