aboutsummaryrefslogtreecommitdiffstats
path: root/main/glib
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2011-06-29 19:00:07 -0500
committerWilliam Pitcock <nenolod@dereferenced.org>2011-06-29 19:00:07 -0500
commit108faf4f75f2243cca0de640283a2b030672703b (patch)
treecceef7b4a70e42544f964abd99c6715bbf1bbd38 /main/glib
parentf0652b52b1df5e508609f1aa465d464b4a250d95 (diff)
downloadaports-108faf4f75f2243cca0de640283a2b030672703b.tar.bz2
aports-108faf4f75f2243cca0de640283a2b030672703b.tar.xz
main/glib: remove *.la files
Diffstat (limited to 'main/glib')
-rw-r--r--main/glib/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/glib/APKBUILD b/main/glib/APKBUILD
index 03b742255e..dec3ec3355 100644
--- a/main/glib/APKBUILD
+++ b/main/glib/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=glib
pkgver=2.28.0
-pkgrel=0
+pkgrel=1
pkgdesc="Common C routines used by Gtk+ and other libs"
url="http://www.gtk.org"
arch="all"
@@ -32,6 +32,7 @@ build() {
package() {
cd "$_builddir"
make DESTDIR="$pkgdir/" install
+ rm "$pkgdir"/usr/lib/*.la
}
# move the stuff in /usr/bin to the glib-dev package