aboutsummaryrefslogtreecommitdiffstats
path: root/main/hunspell
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2011-03-13 10:31:33 -0500
committerWilliam Pitcock <nenolod@dereferenced.org>2011-03-13 10:31:33 -0500
commit3613629aeb9182f98410821fd50b98e55cc66e22 (patch)
treec5873a8f97a0d9ad31eb3b347ed8535440779f7c /main/hunspell
parent5fb7482e02bbce32fa38b0965e4eed8efd5c7c4d (diff)
downloadaports-3613629aeb9182f98410821fd50b98e55cc66e22.tar.bz2
aports-3613629aeb9182f98410821fd50b98e55cc66e22.tar.xz
main/hunspell: put the rm gettext.alias back in
Diffstat (limited to 'main/hunspell')
-rw-r--r--main/hunspell/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/hunspell/APKBUILD b/main/hunspell/APKBUILD
index 21570f2ac5..9d7c1ca33a 100644
--- a/main/hunspell/APKBUILD
+++ b/main/hunspell/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=hunspell
pkgver=1.3.1
-pkgrel=0
+pkgrel=1
pkgdesc="Spell checker and morphological analyzer library and program"
url="http://hunspell.sourceforge.net/"
arch="all"
@@ -22,6 +22,7 @@ build() {
package() {
cd "$srcdir/hunspell-$pkgver"
make -j1 DESTDIR="$pkgdir" install || return 1
+ rm -f "$pkgdir"/usr/share/locale/locale.alias
}
md5sums="9ed97fce60a9a65852402248a6659492 hunspell-1.3.1.tar.gz"