summaryrefslogtreecommitdiff
path: root/abuild.in
diff options
context:
space:
mode:
Diffstat (limited to 'abuild.in')
-rwxr-xr-xabuild.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/abuild.in b/abuild.in
index 6dc2fb4..43cf68e 100755
--- a/abuild.in
+++ b/abuild.in
@@ -724,7 +724,7 @@ builddeps() {
msg "Entering $dir"
cd "$dir" && $0 -k -r apkcache || return 1
done
- $SUDO apk add --repo -u "$apkcache" \
+ $SUDO apk add -u --repo "$apkcache" \
--virtual .makedepends-$pkgname $deps
}