diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-30 12:01:08 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-30 12:01:08 +0000 |
commit | d90f1b18d89b4ba71740f0a07ef726a88a34973d (patch) | |
tree | 52af123a0ecb9bafdefee53443dc853de9ad0776 /main/gconf | |
parent | 7a3b9ccf5d661d5edae5a82b5312b996778e61e5 (diff) | |
download | aports-d90f1b18d89b4ba71740f0a07ef726a88a34973d.tar.bz2 aports-d90f1b18d89b4ba71740f0a07ef726a88a34973d.tar.xz |
main/gconf: remove *.la
Diffstat (limited to 'main/gconf')
-rw-r--r-- | main/gconf/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/gconf/APKBUILD b/main/gconf/APKBUILD index c92ae67021..579e7ac61a 100644 --- a/main/gconf/APKBUILD +++ b/main/gconf/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=gconf pkgver=2.32.4 -pkgrel=0 +pkgrel=1 pkgdesc="GNOME configuration system" url="http://projects.gnome.org/gconf" arch="all" @@ -39,6 +39,7 @@ build() { package() { cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 + find "$pkgdir" -name '*.la' -delete } md5sums="b4475bb58c51ca59c7781cd95b302c13 GConf-2.32.4.tar.bz2" |