diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-11-15 15:30:37 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-11-15 15:51:27 +0000 |
commit | 8ff3274076f129bf83fedaa939af1ee6f90fa8bc (patch) | |
tree | 9c63f1ca57c10a8150d5b073aeacee81a82351fa /main/mutt/APKBUILD | |
parent | e2c2be594e8aed8acaa9daa823124649c0be79ad (diff) | |
download | aports-8ff3274076f129bf83fedaa939af1ee6f90fa8bc.tar.bz2 aports-8ff3274076f129bf83fedaa939af1ee6f90fa8bc.tar.xz |
main/mutt: no not provide locale.alias
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 |