diff options
Diffstat (limited to 'core/abuild/0001-core-abuild-fix-options-order-to-apk-add.patch')
-rw-r--r-- | core/abuild/0001-core-abuild-fix-options-order-to-apk-add.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/core/abuild/0001-core-abuild-fix-options-order-to-apk-add.patch b/core/abuild/0001-core-abuild-fix-options-order-to-apk-add.patch deleted file mode 100644 index 7a5c25a815..0000000000 --- a/core/abuild/0001-core-abuild-fix-options-order-to-apk-add.patch +++ /dev/null @@ -1,25 +0,0 @@ -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 - |