uclient: install a symlink from uclient-fetch to wget into /bin
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48379
This commit is contained in:
parent
977948b15c
commit
23541c6f6f
1 changed files with 3 additions and 2 deletions
|
@ -43,8 +43,9 @@ define Package/libuclient/install
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/uclient-fetch/install
|
define Package/uclient-fetch/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
$(INSTALL_DIR) $(1)/bin
|
||||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/uclient-fetch $(1)/usr/bin/
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/uclient-fetch $(1)/bin/
|
||||||
|
ln -s uclient-fetch $(1)/bin/wget
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,libuclient))
|
$(eval $(call BuildPackage,libuclient))
|
||||||
|
|
Loading…
Reference in a new issue