summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-12-13 21:04:18 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-12-13 21:04:18 +0000
commit32423870eadf657e3c35e1a63642d18f9c6cc172 (patch)
tree65af3bf2ac8ca935d2adf19866d06b8e9e44ccba /package
parent4e2fe5964460fa9c791d69bda45ec957797a92b3 (diff)
fix mount.shfs symlink issue
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9735 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/shfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/shfs/Makefile b/package/shfs/Makefile
index 8467bc10f..fd507217a 100644
--- a/package/shfs/Makefile
+++ b/package/shfs/Makefile
@@ -82,7 +82,7 @@ define Package/shfs-utils/install
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/shfs{,u}mount $(1)/usr/bin/
$(INSTALL_DIR) $(1)/sbin
- $(INSTALL_BIN) $(PKG_INSTALL_DIR)/sbin/mount.shfs $(1)/sbin/
+ ln -sf /usr/bin/shfsmount $(1)/sbin/mount.shfs
endef
$(eval $(call KernelPackage,shfs))