Skip to content
Snippets Groups Projects
Commit 9a22b006 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

uclient: fix uclient-fetch permissions


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

SVN-Revision: 40742
parent 93d81700
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ endef
define Package/uclient-fetch/install
$(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
$(eval $(call BuildPackage,libuclient))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment