diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-07-23 18:24:11 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-07-23 18:24:11 +0000 |
commit | 2d2ddf507bf1ae2f4cc595b23b8e018398cbe8dd (patch) | |
tree | a63d3b3b1c89018b5419358eed5c2bb0acf1cd92 /core/abuild/0001-core-abuild-fix-options-order-to-apk-add.patch | |
parent | e374901731eb35599bd6735de4dd38560e3a79b8 (diff) | |
download | aports-2d2ddf507bf1ae2f4cc595b23b8e018398cbe8dd.tar.bz2 aports-2d2ddf507bf1ae2f4cc595b23b8e018398cbe8dd.tar.xz |
move core/* to main/
added maintainer to several packages as well
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 - |