summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-04-29 13:28:24 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-04-29 13:28:24 +0200
commit30e7ab424389615d22867a9ac7d135da5f8bf20f (patch)
tree68412e3758690bdb468bcb0dab6cf1f8e98bf4b1 /package
parent77826cce54a79049a8fb009c454518a849bd575d (diff)
fix symlink
Diffstat (limited to 'package')
-rw-r--r--package/ntfs-3g/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/ntfs-3g/Makefile b/package/ntfs-3g/Makefile
index b893cdb53..a0f3502de 100644
--- a/package/ntfs-3g/Makefile
+++ b/package/ntfs-3g/Makefile
@@ -5,9 +5,9 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= ntfs-3g
PKG_VERSION:= 2014.2.15
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= f11d563816249d730a00498983485f3a
-PKG_DESCR:= ntfs filesystem driver
+PKG_DESCR:= ntfs filesystem driver using fuse
PKG_SECTION:= fs
PKG_DEPENDS:= kmod-fuse-fs
PKG_URL:= http://tuxera.com
@@ -26,6 +26,6 @@ CONFIGURE_ARGS+= --disable-ldconfig \
ntfs-3g-install:
${INSTALL_DIR} ${IDIR_NTFS_3G}/bin
${INSTALL_BIN} ${WRKINST}/bin/ntfs-3g ${IDIR_NTFS_3G}/bin
- cd ${WRKINST}/bin && ln -sf ntfs-3g mount.ntfs-3g
+ cd ${IDIR_NTFS_3G}/bin && ln -sf ntfs-3g mount.ntfs-3g
include ${TOPDIR}/mk/pkg-bottom.mk