diff options
-rw-r--r-- | main/geoip/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/main/geoip/APKBUILD b/main/geoip/APKBUILD index 2670da301c..c3b72a2727 100644 --- a/main/geoip/APKBUILD +++ b/main/geoip/APKBUILD @@ -3,7 +3,7 @@ pkgname="geoip" _realname="GeoIP" pkgver=1.4.7 -pkgrel=0 +pkgrel=1 pkgdesc="Lookup countries by IP addresses" url="http://www.maxmind.com/app/ip-location" arch="all" @@ -33,7 +33,8 @@ build() { package() { cd "$_builddir" - make DESTDIR="$pkgdir" install + make DESTDIR="$pkgdir" install || return 1 + rm "$pkgdir"/usr/lib/*.la } md5sums="a802175d5b7e2b57b540a7dd308d9205 GeoIP-1.4.7.tar.gz" |