diff options
Diffstat (limited to 'main/aspell/APKBUILD')
-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/ |