Use $(CP) instead of $(INSTALL_BIN) for binaries.
[openwrt/staging/yousong.git] / package / shfs / Makefile
index aa24d7e39b0a00d36b10783071acf768fab71c0b..8467bc10f0206ac508ec9048ae25b29c3e7d902b 100644 (file)
@@ -80,9 +80,9 @@ endef
 
 define Package/shfs-utils/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/shfs{,u}mount $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/shfs{,u}mount $(1)/usr/bin/
        $(INSTALL_DIR) $(1)/sbin
-       $(CP) $(PKG_INSTALL_DIR)/sbin/mount.shfs $(1)/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/sbin/mount.shfs $(1)/sbin/
 endef
 
 $(eval $(call KernelPackage,shfs))