diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-26 20:46:53 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-26 20:46:53 +0000 |
commit | 75ad2ca27ecd42ba3fc56bcc61a065dec003085e (patch) | |
tree | adae0513814632de7c4bbc0483df5936ba328848 /main/teeworlds | |
parent | d9e14b7bcc0bb67b1506b6a9740b6213ebe6f421 (diff) | |
download | aports-75ad2ca27ecd42ba3fc56bcc61a065dec003085e.tar.bz2 aports-75ad2ca27ecd42ba3fc56bcc61a065dec003085e.tar.xz |
main/[various]: dont set arch in split function
Diffstat (limited to 'main/teeworlds')
-rw-r--r-- | main/teeworlds/APKBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/teeworlds/APKBUILD b/main/teeworlds/APKBUILD index 2e939240a1..7978f9ac53 100644 --- a/main/teeworlds/APKBUILD +++ b/main/teeworlds/APKBUILD @@ -33,7 +33,6 @@ server() { } common() { - arch=noarch cd $_builddir install -Dm644 license.txt \ "$subpkgdir"/usr/share/licenses/teeworlds/LICENSE || return 1 |