sync with madwifi changeset 3070
[openwrt.git] / package / fuse / Makefile
index 2e7f031..2f24922 100644 (file)
@@ -126,7 +126,7 @@ endef
 
 define Package/fuse-utils/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/fusermount $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/fusermount $(1)/usr/bin/
 endef
 
 define Package/libfuse/install
This page took 0.019263 seconds and 4 git commands to generate.