aboutsummaryrefslogtreecommitdiffstats
path: root/main/busybox/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-05-01 13:19:18 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-05-01 13:20:56 +0000
commit6f6e2467917a263d14c833e107d2c6786188645a (patch)
tree68a8b21555d29f4078b391c28f7f812a0715a04f /main/busybox/APKBUILD
parentb3656f38b9f336476831cbdb3416b1aa32a6492b (diff)
downloadaports-6f6e2467917a263d14c833e107d2c6786188645a.tar.bz2
aports-6f6e2467917a263d14c833e107d2c6786188645a.tar.xz
main/busybox: unzip: ignore chmod errors
so we can unzip on FAT
Diffstat (limited to 'main/busybox/APKBUILD')
-rw-r--r--main/busybox/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/busybox/APKBUILD b/main/busybox/APKBUILD
index 55512e501d..0cf32cb3bf 100644
--- a/main/busybox/APKBUILD
+++ b/main/busybox/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=busybox
pkgver=1.19.4
-pkgrel=2
+pkgrel=3
pkgdesc="Size optimized toolbox of many common UNIX utilities"
url=http://busybox.net
arch="all"
@@ -23,6 +23,7 @@ source="http://busybox.net/downloads/$pkgname-$pkgver.tar.bz2
0001-acpid-do-not-install-handlers-for-fatal-signals.patch
0001-grep-support-for-x-match-whole-line.patch
0001-tar-Implement-no-recursion.patch
+ 0001-unzip-ignore-chmod-errors-so-unzipping-on-FAT-works.patch
busyboxconfig"
@@ -96,4 +97,5 @@ b5375210f13fd6e1ca61a565e8fabd35 busybox-uname-is-not-gnu.patch
cfafb917f777437f428ea97da0a63915 0001-acpid-do-not-install-handlers-for-fatal-signals.patch
699701047d05468a13e5c37b5ebc3824 0001-grep-support-for-x-match-whole-line.patch
b0977368029587bab23067f0267ae309 0001-tar-Implement-no-recursion.patch
+d13491d62d8987f79c385f6fdd94836a 0001-unzip-ignore-chmod-errors-so-unzipping-on-FAT-works.patch
42e2f49483e650193c0e142ade7de142 busyboxconfig"