wget: remove softlinks
Signed-off-by: Peter Wagner <tripolar@gmx.at>
This commit is contained in:
parent
98728d326e
commit
2a6ddb5ad8
1 changed files with 1 additions and 3 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=wget
|
||||
PKG_VERSION:=1.20.1
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
|
||||
|
@ -94,13 +94,11 @@ endif
|
|||
define Package/wget/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/wget $(1)/usr/bin/wget-ssl
|
||||
ln -sf wget-ssl $(1)/usr/bin/wget
|
||||
endef
|
||||
|
||||
define Package/wget-nossl/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/wget $(1)/usr/bin/wget-nossl
|
||||
ln -sf wget-nossl $(1)/usr/bin/wget
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,wget))
|
||||
|
|
Loading…
Reference in a new issue