summaryrefslogtreecommitdiff
path: root/auto/build
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2010-09-06 14:24:42 +0200
committerAndreas Loibl <andreas@andreas-loibl.de>2010-09-06 14:24:42 +0200
commitb94e04f5afe7b358782df39da8b903ba308abcc4 (patch)
tree2225ba87461355fc52006697443d0b39a8a5913b /auto/build
parente955da790f318b075fd4933a8e1297ace5442511 (diff)
downloadkanotix-b94e04f5afe7b358782df39da8b903ba308abcc4.zip
kanotix-b94e04f5afe7b358782df39da8b903ba308abcc4.tar.gz
write build.conf to config/chroot_local-includes not to chroot/
(in chroot it does not work because chroot is deleted first on lh build)
Diffstat (limited to 'auto/build')
-rwxr-xr-xauto/build3
1 files changed, 1 insertions, 2 deletions
diff --git a/auto/build b/auto/build
index 24f4a84..ba83a3a 100755
--- a/auto/build
+++ b/auto/build
@@ -27,8 +27,7 @@ prebuild()
fi
# make current build configuration available for hooks inside chroot
- mkdir -p chroot/root
- cat config/* 2>/dev/null | grep ^LH_ > chroot/root/build.conf
+ cat config/* 2>/dev/null | grep ^LH_ > config/chroot_local-includes/root/build.cfg
}
if [ "$LH_KANOTIX_TMPFS" = "true" ]; then