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

uclient: install a symlink from uclient-fetch to wget into /bin


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

SVN-Revision: 48379
parent 977948b1
No related branches found
No related tags found
No related merge requests found
......@@ -43,8 +43,9 @@ define Package/libuclient/install
endef
define Package/uclient-fetch/install
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/uclient-fetch $(1)/usr/bin/
$(INSTALL_DIR) $(1)/bin
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/uclient-fetch $(1)/bin/
ln -s uclient-fetch $(1)/bin/wget
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