packages: Use $(CP) instead of $(INSTALL_BIN) for binaries.
[packages.git] / sound / madplay / Makefile
index e19f221..2a4b7a8 100644 (file)
@@ -61,7 +61,7 @@ endef
 
 define Package/madplay/install 
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/madplay $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/madplay $(1)/usr/bin/
 endef
 
 $(eval $(call BuildPackage,madplay))