summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild-repo2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-repo b/build-repo
index 2ffaa65..9863ab8 100755
--- a/build-repo
+++ b/build-repo
@@ -16,7 +16,7 @@ for REPOPATH in ./src/*; do
if [[ "$FILTER" == "" ]] || [[ "$FILTER" == "$REPO" ]] || [[ "$FILTER" == "$PKG" ]]; then
if [[ "$NEWSUM" == "1" ]]; then abuild checksum; fi
if [[ "$ROOTBLD" != "0" ]]; then
- abuild rootbld -P "$ALL_TARGET"
+ abuild -P "$ALL_TARGET" rootbld
else
abuild -r -P "$ALL_TARGET"
fi