[arch-commits] Commit in ntfs-3g/trunk (PKGBUILD)

Gaëtan Bisson bisson at archlinux.org
Sat Sep 15 22:50:50 UTC 2018


    Date: Saturday, September 15, 2018 @ 22:50:50
  Author: bisson
Revision: 334646

implement FS#59903 and FS#60054

Modified:
  ntfs-3g/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-15 20:32:37 UTC (rev 334645)
+++ PKGBUILD	2018-09-15 22:50:50 UTC (rev 334646)
@@ -6,7 +6,7 @@
 pkgname=ntfs-3g
 _pkgname=ntfs-3g_ntfsprogs
 pkgver=2017.3.23
-pkgrel=1
+pkgrel=2
 pkgdesc='NTFS filesystem driver and utilities'
 url='https://www.tuxera.com/community/open-source-ntfs-3g/'
 arch=('x86_64')
@@ -33,6 +33,7 @@
 		--disable-ldconfig \
 		--disable-static \
 		--with-fuse=external \
+		--enable-xattr-mappings \
 		--enable-posix-acls \
 		--enable-extras \
 
@@ -42,5 +43,6 @@
 package_ntfs-3g() {
 	cd "${srcdir}/${_pkgname}-${pkgver}"
 	make DESTDIR="${pkgdir}" rootbindir=/usr/bin rootsbindir=/usr/bin rootlibdir=/usr/lib install
+	rm "${pkgdir}"/usr/share/man/man8/ntfsfallocate.8 # uninstalled binary
 	ln -s /usr/bin/ntfs-3g "${pkgdir}/usr/bin/mount.ntfs"
 }



More information about the arch-commits mailing list