diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2008-11-13 12:07:40 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2008-11-13 12:07:40 +0000 |
commit | 41a8b05965f12d59e7380bb94f71335463c78a8e (patch) | |
tree | 0f0779859390e456b0fb780275286b40746e6acf /core/busybox/APKBUILD | |
parent | 390567f5d4b46879f2e10f8e4b9aa982a12cd90b (diff) | |
download | aports-41a8b05965f12d59e7380bb94f71335463c78a8e.tar.gz aports-41a8b05965f12d59e7380bb94f71335463c78a8e.tar.bz2 aports-41a8b05965f12d59e7380bb94f71335463c78a8e.tar.xz |
core/busybox: disable ar and patch applets. they only cause pain
Diffstat (limited to 'core/busybox/APKBUILD')
-rw-r--r-- | core/busybox/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/busybox/APKBUILD b/core/busybox/APKBUILD index d097e0f326f..74a0459b6db 100644 --- a/core/busybox/APKBUILD +++ b/core/busybox/APKBUILD @@ -1,6 +1,6 @@ pkgname=busybox pkgver=1.12.1 -pkgrel=5 +pkgrel=6 pkgdesc="Size optimized toolbox of many common UNIX utilities" url=http://busybox.net license=GPL-2 @@ -54,4 +54,4 @@ f5a8ae3145aa249868c1a1abc319c228 busybox-1.12.1-vi-path.patch 4c0f3b486eaa0674961b7ddcd0c60a9b busybox-1.11.1-bb.patch b4ce6235028c2c20fa367375534c3a18 busybox-1.12.0-mdev-exec.patch 54de0abe27e0ad362973be7fa81c487e busybox-1.12.1-iproute-metric.patch -7ab1fcb3d56cd2babf38429ef079b481 busyboxconfig" +a0c5e5edabf0a6cc73a2c3ce0ba60d74 busyboxconfig" |