packages: Use $(CP) instead of $(INSTALL_BIN) for binaries.
[packages.git] / sound / lame / Makefile
index 0bbc450..f26919d 100644 (file)
@@ -55,7 +55,7 @@ endef
 
 define Package/lame/install    
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/lame $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/lame $(1)/usr/bin/
 endef
 
 define Package/lame-lib/install