Correctly remove binary contents and packages file in clean script.

This commit is contained in:
Daniel Baumann 2013-02-08 23:13:06 +01:00 committed by Daniel Baumann
parent 516cf8299f
commit 7595fb6f61
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ do
rm -f ${LIVE_IMAGE_NAME}*.tar.gz
rm -f ${LIVE_IMAGE_NAME}*.zsync*
rm -f ${LIVE_IMAGE_NAME}.sh
rm -f ${LIVE_IMAGE_NAME}.contents ${LIVE_IMAGE_NAME}.packages
rm -f ${LIVE_IMAGE_NAME}*.contents ${LIVE_IMAGE_NAME}*.packages
rm -f MD5SUMS SHA1SUMS SHA256SUMS SHA512SUMS
rm -f md5sum.txt sha1sum.txt sha256sum.txt sha512sum.txt