diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-06-29 19:00:07 -0500 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-06-29 19:00:07 -0500 |
commit | 108faf4f75f2243cca0de640283a2b030672703b (patch) | |
tree | cceef7b4a70e42544f964abd99c6715bbf1bbd38 /main/glib | |
parent | f0652b52b1df5e508609f1aa465d464b4a250d95 (diff) | |
download | aports-108faf4f75f2243cca0de640283a2b030672703b.tar.bz2 aports-108faf4f75f2243cca0de640283a2b030672703b.tar.xz |
main/glib: remove *.la files
Diffstat (limited to 'main/glib')
-rw-r--r-- | main/glib/APKBUILD | 3 |
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 |