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