summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-05-28 11:11:40 +0200
committerLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-05-28 11:11:40 +0200
commitd1e5a06b3d443d0cb0fd9cee8a1f52440b461c23 (patch)
tree30335ebe302a40f8aa7ea184493aca2ca9470871
parent0d8dd99721fedc9f9fc3a7797384a58a7785074a (diff)
downloadalpine-packages-d1e5a06b3d443d0cb0fd9cee8a1f52440b461c23.tar.gz
alpine-packages-d1e5a06b3d443d0cb0fd9cee8a1f52440b461c23.tar.bz2
alpine-packages-d1e5a06b3d443d0cb0fd9cee8a1f52440b461c23.tar.lz
alpine-packages-d1e5a06b3d443d0cb0fd9cee8a1f52440b461c23.zip

feat: default to rootbld 1, make rootbld work

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