diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-07-01 07:10:47 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-07-01 07:10:47 +0000 |
commit | 3c9762f4d2475893dd935f1fdcc9228b4a7fcf62 (patch) | |
tree | 6ec82b924cbef541e1a8b584c88dde6a28b8ec16 /main/xfconf | |
parent | 47fbf5f0a9c695a5ddd689597e3402890eb534fd (diff) | |
download | aports-3c9762f4d2475893dd935f1fdcc9228b4a7fcf62.tar.bz2 aports-3c9762f4d2475893dd935f1fdcc9228b4a7fcf62.tar.xz |
main/xconf: remove *.la
Diffstat (limited to 'main/xfconf')
-rw-r--r-- | main/xfconf/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/main/xfconf/APKBUILD b/main/xfconf/APKBUILD index 3475c2052a..e615a7477d 100644 --- a/main/xfconf/APKBUILD +++ b/main/xfconf/APKBUILD @@ -1,8 +1,8 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xfconf pkgver=4.8.0 -pkgrel=0 -pkgdesc="xfconf.. thingie" +pkgrel=1 +pkgdesc="Hierarchical configuration system for Xfce" url="http://www.xfce.org/" arch="all" license="GPL-2" @@ -28,5 +28,6 @@ build() { package() { cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 + rm "$pkgdir"/usr/lib/*.la } md5sums="0f11ed1ec7789c5c4c3fcc7cdb3c2940 xfconf-4.8.0.tar.bz2" |