summaryrefslogtreecommitdiffstats
path: root/main/gtk-vnc
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2011-06-29 17:05:59 -0500
committerWilliam Pitcock <nenolod@dereferenced.org>2011-06-29 17:05:59 -0500
commit1c1fac7dae2f8c4338de14275bedbc4833c50f89 (patch)
tree5113287ee01d3cc713504fb645855c020744723c /main/gtk-vnc
parenta209f1624b1fd7925544cfd17260b472c446f725 (diff)
downloadaports-1c1fac7dae2f8c4338de14275bedbc4833c50f89.tar.bz2
aports-1c1fac7dae2f8c4338de14275bedbc4833c50f89.tar.xz
main/gtk-vnc: really remove *.la files
Diffstat (limited to 'main/gtk-vnc')
-rw-r--r--main/gtk-vnc/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/gtk-vnc/APKBUILD b/main/gtk-vnc/APKBUILD
index f17ed5c2b..4be0e9cca 100644
--- a/main/gtk-vnc/APKBUILD
+++ b/main/gtk-vnc/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gtk-vnc
pkgver=0.4.3
-pkgrel=1
+pkgrel=2
pkgdesc="A VNC viewer widget for GTK"
url="http://live.gnome.org/gtk-vnc"
arch="all"
@@ -25,7 +25,7 @@ build ()
package() {
cd "$srcdir"/$pkgname-$pkgver
make DESTDIR="$pkgdir" install || return 1
- find "$pkgdir" -name '*.la' -delete
+ rm "$pkgdir"/usr/lib/*.la
}
gvncviewer() {