diff options
Diffstat (limited to 'main/make')
-rw-r--r-- | main/make/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/make/APKBUILD b/main/make/APKBUILD index 085b4a60de..d338a95806 100644 --- a/main/make/APKBUILD +++ b/main/make/APKBUILD @@ -4,7 +4,7 @@ pkgver=3.82 pkgrel=0 pkgdesc="GNU make utility to maintain groups of programs" url="http://www.gnu.org/software/make" -arch="x86 x86_64" +arch="all" license=GPL depends= subpackages="$pkgname-doc" |