diff options
author | Timo Teräs <timo.teras@iki.fi> | 2016-11-02 11:51:56 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-11-02 11:51:56 +0200 |
commit | a2e061d5095bdd9ec5421e02fdfe2315e1b05136 (patch) | |
tree | 882fc377c12fe7e5d23ab7de7c519305ad771f4a /community/minetest/APKBUILD | |
parent | 84640d4e8fd8a12e4b2caf67d9ab0c37931eaf76 (diff) | |
download | aports-a2e061d5095bdd9ec5421e02fdfe2315e1b05136.tar.bz2 aports-a2e061d5095bdd9ec5421e02fdfe2315e1b05136.tar.xz |
community/[various]: dont set arch in split function
Diffstat (limited to 'community/minetest/APKBUILD')
-rw-r--r-- | community/minetest/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/minetest/APKBUILD b/community/minetest/APKBUILD index ca2da06055..1192274a5a 100644 --- a/community/minetest/APKBUILD +++ b/community/minetest/APKBUILD @@ -18,7 +18,7 @@ source="$pkgname-$pkgver.tar.gz::https://codeload.github.com/minetest/${pkgname} minetest-server.confd minetest-server.initd " -subpackages="$pkgname-doc $pkgname-common $pkgname-server" +subpackages="$pkgname-doc $pkgname-common::noarch $pkgname-server" _builddir="${srcdir}"/${pkgname}-${pkgver} @@ -64,7 +64,6 @@ build() { } common() { - arch="noarch" install -o minetest -g minetest -d "$subpkgdir"/var/lib/minetest \ || return 1 mkdir -p "${subpkgdir}/usr/share/minetest" |