mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
uclient: fix uclient-fetch permissions
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40742 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4aa9801f75
commit
e216a6020c
@ -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))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user