diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-29 13:06:48 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-29 13:06:48 +0000 |
commit | 0bed8f7be68d2be22766f24965fe1b1a11de023a (patch) | |
tree | ce6cd94700b90e5bc820a151a28937495ee0cf08 /main | |
parent | bbd801a712c7cba6d07d4e5da282417c5f32c186 (diff) | |
download | aports-0bed8f7be68d2be22766f24965fe1b1a11de023a.tar.bz2 aports-0bed8f7be68d2be22766f24965fe1b1a11de023a.tar.xz |
main/xz: remove *.la
Diffstat (limited to 'main')
-rw-r--r-- | main/xz/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/xz/APKBUILD b/main/xz/APKBUILD index 337bd3ed5..786a31ed3 100644 --- a/main/xz/APKBUILD +++ b/main/xz/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xz pkgver=5.0.3 -pkgrel=0 +pkgrel=1 pkgdesc="Library and command line tools for XZ and LZMA compressed files" url="http://tukaani.org/xz/" arch="all" @@ -26,6 +26,7 @@ build () package() { cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 + rm "$pkgdir"/usr/lib/*.la } libs() { |