From 4e0a36b5c277234a09bf5aaae7d43a6159a445f9 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 4 Jul 2012 20:15:06 +0200 Subject: [PATCH] fuse-exfat: install 'mount.exfat' too Signed-off-by: Stephan Raue --- packages/sysutils/fuse-exfat/install | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/sysutils/fuse-exfat/install b/packages/sysutils/fuse-exfat/install index 3dec3031ee..d30e6f5fc2 100755 --- a/packages/sysutils/fuse-exfat/install +++ b/packages/sysutils/fuse-exfat/install @@ -24,3 +24,4 @@ mkdir -p $INSTALL/usr/bin cp $PKG_BUILD/fuse/mount.exfat-fuse $INSTALL/usr/bin + ln -sf mount.exfat-fuse $INSTALL/usr/bin/mount.exfat