diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2010-09-06 16:24:14 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2010-09-06 16:24:14 +0200 |
commit | 9f8aa6da27267d88a115606cb009464ee05b097d (patch) | |
tree | 2f8fa19f8306c7682f99587a6e85152f586f2019 /auto/clean | |
parent | 9cf8c8574e0dc040796c54f5d8f0f5cc04e90d0e (diff) | |
download | kanotix-9f8aa6da27267d88a115606cb009464ee05b097d.zip kanotix-9f8aa6da27267d88a115606cb009464ee05b097d.tar.gz |
added build.conf cleanup
Diffstat (limited to 'auto/clean')
-rwxr-xr-x | auto/clean | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ rm -f build.log # Remove generated files -rm -f config/binary config/bootstrap config/chroot config/common config/source config/kanotix +rm -f config/binary config/bootstrap config/chroot config/common config/source config/kanotix config/chroot_local-includes/root/build.conf if [ -f config/all ]; then sed -i '/^. config\/kanotix/d' config/all [ ! -s config/all ] && rm -f config/all |