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/aspell | |
parent | d9e14b7bcc0bb67b1506b6a9740b6213ebe6f421 (diff) | |
download | aports-75ad2ca27ecd42ba3fc56bcc61a065dec003085e.tar.bz2 aports-75ad2ca27ecd42ba3fc56bcc61a065dec003085e.tar.xz |
main/[various]: dont set arch in split function
Diffstat (limited to 'main/aspell')
-rw-r--r-- | main/aspell/APKBUILD | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/main/aspell/APKBUILD b/main/aspell/APKBUILD index 8c484a26e0..06852e0f20 100644 --- a/main/aspell/APKBUILD +++ b/main/aspell/APKBUILD @@ -48,7 +48,6 @@ package() { compat() { pkgdesc="aspell compatibility scripts for ispell and unix spell" depends="aspell" - arch="noarch" install -d "$subpkgdir"/usr/bin cd "$pkgdir"/usr/share/$pkgname mv spell ispell "$subpkgdir"/usr/bin/ @@ -57,7 +56,6 @@ compat() { utils() { pkgdesc="aspell misc utils" depends="aspell perl" - arch="all" install -d "$subpkgdir"/usr/bin cd "$pkgdir"/usr/bin mv pre* aspell-import run-with-aspell word-list-compress "$subpkgdir"/usr/bin/ |