summaryrefslogtreecommitdiffstats
path: root/bootstrap-stage3-build.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2014-03-18 23:38:45 (EDT)
committer P. J. McDermott <pjm@nac.net>2014-03-18 23:38:45 (EDT)
commit8784ce3e413f095da4de975e0e4127508a95500b (patch)
treeadedf15450b2499ca47aeb5f87992d2a399482b2 /bootstrap-stage3-build.sh
parent246f1eac4e32d074d33b1cf0b186397f61148b28 (diff)
Don't build source packages in stages 2 and 3.
Diffstat (limited to 'bootstrap-stage3-build.sh')
-rwxr-xr-xbootstrap-stage3-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-stage3-build.sh b/bootstrap-stage3-build.sh
index 6ee2dd7..ad96188 100755
--- a/bootstrap-stage3-build.sh
+++ b/bootstrap-stage3-build.sh
@@ -53,7 +53,7 @@ build_packages()
sudo chroot root2 sh -c 'set -e;
for dir in /usr/src/*/; do
cd "${dir}"
- opkbuild -C
+ opkbuild -bC
done'
rm -f root2/src-*_src_all.opk
}