net-tools: fix manpage for xbps-alternatives.

The symlink is ifconfig.1.  It was pointing to
net-tools-ifconfig.8 in man1, so it was broken.
This commit is contained in:
Christopher Brannon 2016-10-22 23:22:58 -07:00
parent 07cb38c6e4
commit f11d6a3488

View file

@ -1,7 +1,7 @@
# Template file for 'net-tools'
pkgname=net-tools
version=1.60.20150526git
revision=2
revision=3
hostmakedepends="git"
short_desc="Basic networking tools"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
@ -10,7 +10,7 @@ license="GPL-2"
alternatives="
ifconfig:ifconfig:/usr/bin/${pkgname}-ifconfig
ifconfig:ifconfig.8:/usr/share/man/man1/${pkgname}-ifconfig.8"
ifconfig:/usr/share/man/man1/ifconfig.1:/usr/share/man/man8/${pkgname}-ifconfig.8"
do_fetch() {
git clone git://git.code.sf.net/p/net-tools/code ${pkgname}-${version}