summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--extra/hunspell/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/hunspell/APKBUILD b/extra/hunspell/APKBUILD
index 4d3fa732..6883855a 100644
--- a/extra/hunspell/APKBUILD
+++ b/extra/hunspell/APKBUILD
@@ -18,5 +18,6 @@ build ()
./configure --prefix=/usr --disable-static || return 1
make || return 1
make DESTDIR="$pkgdir" install || return 1
+ rm -rf "$pkgdir"/usr/share/locale/locale.alias
}
md5sums="1177af54a09e320d2c24015f29c3a93e hunspell-1.2.8.tar.gz"