diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2010-09-06 14:24:42 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2010-09-06 14:24:42 +0200 |
commit | b94e04f5afe7b358782df39da8b903ba308abcc4 (patch) | |
tree | 2225ba87461355fc52006697443d0b39a8a5913b | |
parent | e955da790f318b075fd4933a8e1297ace5442511 (diff) | |
download | kanotix-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)
-rwxr-xr-x | auto/build | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |