mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-01-27 18:19:53 +00:00
uclient: fix uclient-fetch permissions
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40742
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user