diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2013-08-25 10:11:16 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2013-08-25 10:11:16 +0200 |
commit | 97685e70eb99edaea1a9a420460ef05fd2b19dcd (patch) | |
tree | 993b26701c735e633b4260dc69215269240480fc /auto/clean | |
parent | 559d2331951c98d542767c0623d18b7be390cd16 (diff) | |
download | kanotix-97685e70eb99edaea1a9a420460ef05fd2b19dcd.zip kanotix-97685e70eb99edaea1a9a420460ef05fd2b19dcd.tar.gz |
further auto hook fixes for live-build 3.0.5
Diffstat (limited to 'auto/clean')
-rwxr-xr-x | auto/clean | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -6,7 +6,6 @@ rm -f build.log 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 |