diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-29 09:27:20 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-29 09:27:20 +0000 |
commit | 1d30bb091a27cc219cec95fc342e52a0ed504b4e (patch) | |
tree | 9cfb697559226286c858439d96d66329e04ac061 /testing | |
parent | d8ad2c3d479e0709c029fe283e5da61ec61c7bd2 (diff) | |
download | aports-1d30bb091a27cc219cec95fc342e52a0ed504b4e.tar.bz2 aports-1d30bb091a27cc219cec95fc342e52a0ed504b4e.tar.xz |
testing/spandsp: remove *.la
Diffstat (limited to 'testing')
-rw-r--r-- | testing/spandsp/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/testing/spandsp/APKBUILD b/testing/spandsp/APKBUILD index 0b69b8f366..931a7d1b70 100644 --- a/testing/spandsp/APKBUILD +++ b/testing/spandsp/APKBUILD @@ -1,5 +1,4 @@ -# Contributor: -# Maintainer: +# Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=spandsp pkgver=0.0.5 pkgrel=0 @@ -26,7 +25,7 @@ build() { package() { cd "$_builddir" make -j1 DESTDIR="$pkgdir" install - + rm "$pkgdir"/usr/lib/*.la } md5sums="fe83ed37a7831f0dd38e7ef4e7e6fd9e spandsp-0.0.5.tgz" |