aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/ntfs-3g/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/ntfs-3g/APKBUILD b/main/ntfs-3g/APKBUILD
index ae1101f2b07..29c32668fbf 100644
--- a/main/ntfs-3g/APKBUILD
+++ b/main/ntfs-3g/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=ntfs-3g
pkgver=2011.4.12
-pkgrel=0
+pkgrel=1
pkgdesc="A userspace ntfs driver with write support"
url="http://www.tuxera.com/community/ntfs-3g-download/"
arch="all"
@@ -24,8 +24,8 @@ build() {
package() {
cd "$_builddir"
- make -j1 DESTDIR="$pkgdir" LDCONFIG=: install
-
+ make -j1 DESTDIR="$pkgdir" LDCONFIG=: install || return 1
+ rm "$pkgdir"/usr/lib/*.la
}
md5sums="9c4ce318373b15332239a77a9d2a39fe ntfs-3g_ntfsprogs-2011.4.12.tgz"