summaryrefslogtreecommitdiffstats
path: root/build-repo
diff options
context:
space:
mode:
authorLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-05-28 11:19:15 +0200
committerLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-05-28 11:19:15 +0200
commit577f94750260d432c4a323ef3923816f0b5f65c7 (patch)
treee40657be66cac364b11845cd1969eaf9a734ed35 /build-repo
parentd1e5a06b3d443d0cb0fd9cee8a1f52440b461c23 (diff)
downloadalpine-packages-577f94750260d432c4a323ef3923816f0b5f65c7.tar.gz
alpine-packages-577f94750260d432c4a323ef3923816f0b5f65c7.tar.bz2
alpine-packages-577f94750260d432c4a323ef3923816f0b5f65c7.tar.lz
alpine-packages-577f94750260d432c4a323ef3923816f0b5f65c7.zip

fix: make rootbld work

(forgot to git add after saving again)

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 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