summaryrefslogtreecommitdiff
path: root/auto/build
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2011-03-02 04:30:45 +0100
committerAndreas Loibl <andreas@andreas-loibl.de>2011-03-02 04:30:45 +0100
commitf41452a1d6ce860c4f9c633be63fe6b24009f03e (patch)
tree0911cfe10fe2bd5f24cd139a3453f1ebe9b6d471 /auto/build
parentc8dcaf4a436c39ca8524b00039ddf2899295c9e5 (diff)
downloadkanotix-f41452a1d6ce860c4f9c633be63fe6b24009f03e.zip
kanotix-f41452a1d6ce860c4f9c633be63fe6b24009f03e.tar.gz
removed old kanotix flavours code
Diffstat (limited to 'auto/build')
-rwxr-xr-xauto/build12
1 files changed, 1 insertions, 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