summaryrefslogtreecommitdiff
path: root/auto/build
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2010-09-06 14:38:43 +0200
committerAndreas Loibl <andreas@andreas-loibl.de>2010-09-06 14:38:43 +0200
commit1798dfc3b54e02d0a7c5e4a0223f1c150aed2cb9 (patch)
tree7a657589b0b55f60df28c5958e5dec46488fa5e9 /auto/build
parent123cc7aa6ba4bc6ad62405989302d380653bc272 (diff)
downloadkanotix-1798dfc3b54e02d0a7c5e4a0223f1c150aed2cb9.zip
kanotix-1798dfc3b54e02d0a7c5e4a0223f1c150aed2cb9.tar.gz
added missing mkdir
Diffstat (limited to 'auto/build')
-rwxr-xr-xauto/build1
1 files changed, 1 insertions, 0 deletions
diff --git a/auto/build b/auto/build
index fea1cc4..5022da0 100755
--- a/auto/build
+++ b/auto/build
@@ -28,6 +28,7 @@ prebuild()
fi
# 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
}