diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2012-10-11 07:59:51 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2012-10-11 08:31:29 +0200 |
commit | 48f3cfe728c1ffe44629c792380d4d47466ee38f (patch) | |
tree | 537c2506f0b0c2a8006ba8ea983a24338effa335 /auto/clean | |
parent | 797ee5a8cf5bb066143582a7fb042285f2f220e3 (diff) | |
download | kanotix-48f3cfe728c1ffe44629c792380d4d47466ee38f.zip kanotix-48f3cfe728c1ffe44629c792380d4d47466ee38f.tar.gz |
compat update for latest live-build version
Diffstat (limited to 'auto/clean')
-rwxr-xr-x | auto/clean | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,8 @@ rm -f build.log # Remove generated files rm -f config/binary config/bootstrap config/chroot config/common config/source \ config/kanotix config/chroot_local-includes/root/build.conf config/chroot_local-packageslists/kanotix-flavours.list +rm -f config/package-lists/compat.list.chroot +rmdir --ignore-fail-on-non-empty config/package-lists if [ -f config/all ]; then sed -i '/^. config\/kanotix/d' config/all [ ! -s config/all ] && rm -f config/all |