diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-28 20:13:21 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-29 07:33:02 +0000 |
commit | 1572eb2d478343d44fa1795dd4f581f61134d045 (patch) | |
tree | 9e181ee5dee6e0be042252198f981d109b20293a /main/wireshark | |
parent | 4bcca6462fdb2f47b9cfe64b05b8e6b6246bf621 (diff) | |
download | aports-1572eb2d478343d44fa1795dd4f581f61134d045.tar.bz2 aports-1572eb2d478343d44fa1795dd4f581f61134d045.tar.xz |
main/wireshark: remove libtool archives
Diffstat (limited to 'main/wireshark')
-rw-r--r-- | main/wireshark/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/wireshark/APKBUILD b/main/wireshark/APKBUILD index 822ad35959..9e9940e6f3 100644 --- a/main/wireshark/APKBUILD +++ b/main/wireshark/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=wireshark pkgver=1.6.0 -pkgrel=0 +pkgrel=1 pkgdesc="network protocol analyzer - GTK version" url="http://www.wireshark.org" arch="all" @@ -50,6 +50,7 @@ package() { "$pkgdir"/usr/share/icons/wireshark.png install -Dm644 "$srcdir"/wireshark.desktop \ "$pkgdir"/usr/share/applications/wireshark.desktop + find "$pkgdir" -name '*.la' -delete } common() { |