diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2010-09-06 15:27:34 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2010-09-06 15:27:34 +0200 |
commit | 9cf8c8574e0dc040796c54f5d8f0f5cc04e90d0e (patch) | |
tree | 3a8888a185ad3961fc492d7b98a01b58c63c2c11 /auto | |
parent | 1798dfc3b54e02d0a7c5e4a0223f1c150aed2cb9 (diff) | |
download | kanotix-9cf8c8574e0dc040796c54f5d8f0f5cc04e90d0e.zip kanotix-9cf8c8574e0dc040796c54f5d8f0f5cc04e90d0e.tar.gz |
s/build.cfg/build.conf/
Diffstat (limited to 'auto')
-rwxr-xr-x | auto/build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ prebuild() # make current build configuration available for hooks inside chroot mkdir -p config/chroot_local-includes/root - cat config/* 2>/dev/null | grep ^LH_ > config/chroot_local-includes/root/build.cfg + cat config/* 2>/dev/null | grep ^LH_ > config/chroot_local-includes/root/build.conf } if [ "$LH_KANOTIX_TMPFS" = "true" ]; then |