diff options
Diffstat (limited to 'main/busybox/APKBUILD')
-rw-r--r-- | main/busybox/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/busybox/APKBUILD b/main/busybox/APKBUILD index 1b6c2d61cc..a3277c0d04 100644 --- a/main/busybox/APKBUILD +++ b/main/busybox/APKBUILD @@ -4,7 +4,7 @@ pkgver=1.17.4 pkgrel=1 pkgdesc="Size optimized toolbox of many common UNIX utilities" url=http://busybox.net -arch="x86 x86_64" +arch="all" license="GPL-2" depends= install="$pkgname.post-install $pkgname.post-upgrade" |