diff options
Diffstat (limited to 'main/mutt/APKBUILD')
-rw-r--r-- | main/mutt/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/mutt/APKBUILD b/main/mutt/APKBUILD index e8cfa03fd1..1286e20a0e 100644 --- a/main/mutt/APKBUILD +++ b/main/mutt/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Andrew Manison<amanison@anselsystems.com> pkgname=mutt pkgver=1.4.2.3 -pkgrel=0 +pkgrel=1 pkgdesc="a small but very powerful text-mode email client" url="http://www.mutt.org" license="GPL" @@ -41,6 +41,7 @@ build() { package() { cd "$_builddir" make DESTDIR="$pkgdir" install + rm -f "$pkgdir"/usr/share/locale/locale.alias # remove the 2 lines below (and this) if there is no init.d script # install -m755 -D "$srcdir"/$pkgname.initd "$pkgdir"/etc/init.d/$pkgname |