packages: Use $(CP) instead of $(INSTALL_BIN) for binaries.
[packages.git] / net / tmsnc / Makefile
index aa7a540..f4b822f 100644 (file)
@@ -51,7 +51,7 @@ endef
 
 define Package/tmsnc/install   
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/tmsnc $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/tmsnc $(1)/usr/bin/
 endef
 
 $(eval $(call BuildPackage,tmsnc))