summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-06-02 11:54:41 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-06-02 11:54:41 (EDT)
commit9a256947980d1cbe15948b72c5a19d47efa06f3c (patch)
tree8d3580f5038a250a8c7e73c3baefa953ef7ede8c
parent65b1a0acd57bf577ad20bf02d4b096b99691930a (diff)
bootstrap-stage1-build.sh: Don't check build deps.
-rwxr-xr-xbootstrap-stage1-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-stage1-build.sh b/bootstrap-stage1-build.sh
index 444b52c..3ed4d16 100755
--- a/bootstrap-stage1-build.sh
+++ b/bootstrap-stage1-build.sh
@@ -64,7 +64,7 @@ build_packages()
fi
log 'Building package %s...' "${dir%/}"
cd "${dir}"
- opkbuild -bC
+ opkbuild -bdC
cd ..
done