diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2011-03-02 04:30:45 +0100 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2011-03-02 04:30:45 +0100 |
commit | f41452a1d6ce860c4f9c633be63fe6b24009f03e (patch) | |
tree | 0911cfe10fe2bd5f24cd139a3453f1ebe9b6d471 /auto/build | |
parent | c8dcaf4a436c39ca8524b00039ddf2899295c9e5 (diff) | |
download | kanotix-f41452a1d6ce860c4f9c633be63fe6b24009f03e.zip kanotix-f41452a1d6ce860c4f9c633be63fe6b24009f03e.tar.gz |
removed old kanotix flavours code
Diffstat (limited to 'auto/build')
-rwxr-xr-x | auto/build | 12 |
1 files changed, 1 insertions, 11 deletions
@@ -30,21 +30,11 @@ prebuild() # make current build configuration available for hooks inside chroot mkdir -p config/chroot_local-includes/root cat config/* 2>/dev/null | grep ^LB_ > config/chroot_local-includes/root/build.conf - - # Kanotix flavours - if [ "$LB_KANOTIX_FLAVOURS" -a "$LB_KANOTIX_FLAVOURS" != "none" ]; then - echo "# DO NOT EDIT THIS FILE! It is auto-generated and will be deleted/ overwritten!" > config/chroot_local-packageslists/kanotix-flavours.list - for FLAVOUR in $LB_KANOTIX_FLAVOURS - do - echo "#include <$FLAVOUR>" >> config/chroot_local-packageslists/kanotix-flavours.list - done - fi } postbuild() { - rm -f config/chroot_local-includes/root/build.conf - rm -f config/chroot_local-packageslists/kanotix-flavours.list + : } if [ "$LB_KANOTIX_TMPFS" = "true" ]; then |