diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-07-01 12:42:09 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-07-01 12:42:09 +0000 |
commit | 1299f9d6624bca1ec8758c3e2823688a8308276a (patch) | |
tree | 57fb5caf298cdde98175235107911226c41729f9 /testing | |
parent | f04b2b51dc6e871fd34ab363e3cb931524c7c739 (diff) | |
download | aports-1299f9d6624bca1ec8758c3e2823688a8308276a.tar.bz2 aports-1299f9d6624bca1ec8758c3e2823688a8308276a.tar.xz |
testing/agg: remove *.la
Diffstat (limited to 'testing')
-rw-r--r-- | testing/agg/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/agg/APKBUILD b/testing/agg/APKBUILD index 5ec08625d7..9fb8fa2bfe 100644 --- a/testing/agg/APKBUILD +++ b/testing/agg/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Elizabeth Jennifer Myers <elizabeth@sporksirc.net> pkgname=agg pkgver=2.5 -pkgrel=0 +pkgrel=1 pkgdesc="A Rendering Engine for C++" url="http://antigrain.org/" license="GPL" @@ -35,6 +35,7 @@ build() { package() { cd "$_builddir" make DESTDIR="${pkgdir}" install || return 1 + rm "$pkgdir"/usr/lib/*.la || return 1 } md5sums="0229a488bc47be10a2fee6cf0b2febd6 agg-2.5.tar.gz |