From f41452a1d6ce860c4f9c633be63fe6b24009f03e Mon Sep 17 00:00:00 2001 From: Andreas Loibl Date: Wed, 2 Mar 2011 04:30:45 +0100 Subject: removed old kanotix flavours code --- auto/build | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/auto/build b/auto/build index cd4e151..376a80d 100755 --- a/auto/build +++ b/auto/build @@ -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 -- cgit v1.0