diff --git a/srcpkgs/ntfs-3g/template b/srcpkgs/ntfs-3g/template index 1366194d85a..e30d7f54102 100644 --- a/srcpkgs/ntfs-3g/template +++ b/srcpkgs/ntfs-3g/template @@ -1,7 +1,7 @@ # Template file for 'ntfs-3g' pkgname=ntfs-3g version=2014.2.15 -revision=1 +revision=2 wrksrc="${pkgname}_ntfsprogs-${version}" build_style=gnu-configure configure_args="--exec-prefix=/usr --disable-static --with-fuse=external @@ -19,6 +19,7 @@ update_pkgname=ntfs-3g_ntfsprogs post_install() { vmkdir usr/sbin mv ${DESTDIR}/sbin/* ${DESTDIR}/usr/sbin + ln -sf ntfs-3g ${DESTDIR}/usr/bin/mount.ntfs } ntfs-3g-devel_package() {