Explorar el Código

uclient: fix uclient-fetch permissions

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 40742
Felix Fietkau hace 11 años
padre
commit
9a22b006de
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      package/libs/uclient/Makefile

+ 1 - 1
package/libs/uclient/Makefile

@@ -44,7 +44,7 @@ endef
 
 
 define Package/uclient-fetch/install
 define Package/uclient-fetch/install
 	$(INSTALL_DIR) $(1)/usr/bin
 	$(INSTALL_DIR) $(1)/usr/bin
-	$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/bin/uclient-fetch $(1)/usr/bin/
+	$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/uclient-fetch $(1)/usr/bin/
 endef
 endef
 
 
 $(eval $(call BuildPackage,libuclient))
 $(eval $(call BuildPackage,libuclient))