summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-05-26 00:59:43 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-05-26 00:59:43 (EDT)
commit144ec80f08c3fe71ce901f3aa5a26d4325db56ed (patch)
tree7362f931cf10b76e611f599ceb800552ed337dc1
parent20059ea5b4057cc5a54f14b5bcbb7ec32606e75f (diff)
bootstrap-prepare.sh: Set PKG_TARGETS.
-rwxr-xr-xbootstrap-prepare.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-prepare.sh b/bootstrap-prepare.sh
index 1b1c782..7be6634 100755
--- a/bootstrap-prepare.sh
+++ b/bootstrap-prepare.sh
@@ -98,7 +98,7 @@ prepare_packages_from_git()
fi
if [ -x config ]; then
./config clean
- ./config
+ PKG_TARGETS="${ARCH}" ./config
fi
rm -f local.mk
if [ -f source.mk -a ! -f "${repo##*/}"*.orig.tar* ]; then