Use $(CP) instead of $(INSTALL_BIN) for binaries.
[openwrt/staging/hauke.git] / package / fuse / Makefile
index 2e7f031f5d4371ea184c652e14cea9c1310fbb8c..2f249223f702f306882a4f508e905a9ac175f379 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