From bd9f1a415a95f52c6b2dc4fc13172d3038d34472 Mon Sep 17 00:00:00 2001 From: Natanael Copa <ncopa@alpinelinux.org> Date: Tue, 14 Jul 2009 14:37:33 +0000 Subject: [PATCH] core/abuild: fix options order to apk add --- abuild.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abuild.in b/abuild.in index 6dc2fb49f72e..43cf68e9e4d0 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 } -- GitLab