summaryrefslogtreecommitdiffstats
path: root/bootstrap-stage2-build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap-stage2-build.sh')
-rwxr-xr-xbootstrap-stage2-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-stage2-build.sh b/bootstrap-stage2-build.sh
index 1c69474..d3761ad 100755
--- a/bootstrap-stage2-build.sh
+++ b/bootstrap-stage2-build.sh
@@ -53,7 +53,7 @@ build_packages()
sudo chroot root1 sh -c 'set -e;
for dir in /usr/src/*/; do
cd "${dir}"
- opkbuild -C
+ opkbuild -bC
done'
rm -f root1/src-*_src_all.opk
}