diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-07-01 08:56:51 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-07-01 08:56:51 +0000 |
commit | 857f5cb7e2763afaf310f638694c7ed6fe0f175a (patch) | |
tree | e1743778305dda0886198023d89feb781f1c5e4a /main/gmp5 | |
parent | e25666ec50a22471a551f6733a4d831635d0d2b1 (diff) | |
download | aports-857f5cb7e2763afaf310f638694c7ed6fe0f175a.tar.bz2 aports-857f5cb7e2763afaf310f638694c7ed6fe0f175a.tar.xz |
main/gmp5: remove *.la
Diffstat (limited to 'main/gmp5')
-rw-r--r-- | main/gmp5/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/gmp5/APKBUILD b/main/gmp5/APKBUILD index 191e6609b7..d7dc51b351 100644 --- a/main/gmp5/APKBUILD +++ b/main/gmp5/APKBUILD @@ -3,7 +3,7 @@ _name=gmp pkgname=${_name}5 pkgver=5.0.1 -pkgrel=2 +pkgrel=3 pkgdesc="A free library for arbitrary precision arithmetic" url="http://gmplib.org/" arch="all" @@ -37,6 +37,7 @@ build() { package() { cd "$_builddir" make -j1 DESTDIR="${pkgdir}" install || return 1 + rm "$pkgdir"/usr/lib/*.la || return 1 } dev() { |