diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-07-01 11:13:28 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-07-01 11:13:28 +0000 |
commit | 826ae77444fca1877de6cbf6371195f41ae7b680 (patch) | |
tree | 42e6bdc4e29b477c6817216135eb542b55654cca /main/pcre/APKBUILD | |
parent | e44bff0aced0c80bdf7b9695f566cb7d734e29ad (diff) | |
download | aports-826ae77444fca1877de6cbf6371195f41ae7b680.tar.bz2 aports-826ae77444fca1877de6cbf6371195f41ae7b680.tar.xz |
main/pcre: remove *.la
Diffstat (limited to 'main/pcre/APKBUILD')
-rw-r--r-- | main/pcre/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/pcre/APKBUILD b/main/pcre/APKBUILD index 3961d77854..a4ae0314c0 100644 --- a/main/pcre/APKBUILD +++ b/main/pcre/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=pcre pkgver=8.12 -pkgrel=0 +pkgrel=1 pkgdesc="Perl-compatible regular expression library" url="http://pcre.sourceforge.net" arch="all" @@ -38,6 +38,7 @@ build() { package() { cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 + rm "$pkgdir"/usr/lib/*.la || return 1 } libpcrecpp() { |