diff options
Diffstat (limited to 'main/libxcursor/APKBUILD')
-rw-r--r-- | main/libxcursor/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/libxcursor/APKBUILD b/main/libxcursor/APKBUILD index 9e693a7f14..2740c1bd88 100644 --- a/main/libxcursor/APKBUILD +++ b/main/libxcursor/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libxcursor pkgver=1.1.11 -pkgrel=1 +pkgrel=2 pkgdesc="X cursor management library" url="http://xorg.freedesktop.org/" arch="all" @@ -23,5 +23,6 @@ build() { package() { cd "$srcdir"/libXcursor-$pkgver make DESTDIR="$pkgdir" install || return 1 + rm "$pkgdir"/usr/lib/*.la || return 1 } md5sums="866ed46f7e0d85b8c0003cebbb78a4af libXcursor-1.1.11.tar.bz2" |