summaryrefslogtreecommitdiffstats
path: root/core/abuild/0001-core-abuild-fix-options-order-to-apk-add.patch
blob: 7a5c25a815f5e0fa136d758c91673977a649cf5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From 7c45a9dcafa1b4cd1f30c6453b76a3a29f6b9c8f 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 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
 }
 
-- 
1.6.3.3