net/wget: Remove use broken use of symlinks to /usr/bin/wget
authorDaniel Dickinson <redacted>
Mon, 23 May 2016 04:39:02 +0000 (00:39 -0400)
committerDaniel Dickinson <redacted>
Wed, 6 Jul 2016 09:26:02 +0000 (05:26 -0400)
commit1b2e2dcbffa3341d2bab925cc9b40581bf1b8e47
tree6e068153acc5112104027ed6387fa8065c6d76e2
parent8c3dda69e0690ac191ead8e7acdb9da367752b0c
net/wget: Remove use broken use of symlinks to /usr/bin/wget

postrm/postinst symlink mangling is frowned upon
by trunk devs, in addition to packages modifying
the files as other packages during
installation/removal (without a agreed upon mechanism
for coordinating such changes) is prohibited in
most distros.

Further in this case results in wget-ssl failing to conflict
with wget-nossl.  As mentioned in the github issue
regarding this (https://github.com/openwrt/packages/issues/2728)
it is also unnessary in current openwrt/lede.

This patch there makes the symlink from the specific
flavour of wget (e.g. wget-ssl) from /usr/bin/wget part
of /install so that they conflict with each other the
way they should, and do not modify the same files
without a delibarate --force-overwrite.

Signed-off-by: Daniel Dickinson <redacted>
net/wget/Makefile
git clone https://git.99rst.org/PROJECT