diff options
Diffstat (limited to 'scripts/build/clean')
-rwxr-xr-x | scripts/build/clean | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/scripts/build/clean b/scripts/build/clean index b5213adf8..2d1ad40ed 100755 --- a/scripts/build/clean +++ b/scripts/build/clean @@ -1,7 +1,7 @@ #!/bin/sh ## live-build(7) - System Build Scripts -## Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org> +## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org> ## ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. ## This is free software, and you are welcome to redistribute it @@ -63,8 +63,6 @@ do "${0}" noauto --source rmdir --ignore-fail-on-non-empty auto > /dev/null 2>&1 || true - rmdir --ignore-fail-on-non-empty local/bin > /dev/null 2>&1 || true - rmdir --ignore-fail-on-non-empty local > /dev/null 2>&1 || true ;; --cache) @@ -102,9 +100,7 @@ do rm -f binary*.tar.gz rm -f binary*.zsync* rm -f binary.sh - rm -f binary*.contents binary*.packages - rm -f MD5SUMS SHA1SUMS SHA256SUMS SHA512SUMS - rm -f md5sum.txt sha1sum.txt sha256sum.txt sha512sum.txt + rm -f binary.contents binary.packages md5sum.txt rm -rf binary rm -rf tftpboot |