mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
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:
parent
07cb38c6e4
commit
f11d6a3488
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'net-tools'
|
# Template file for 'net-tools'
|
||||||
pkgname=net-tools
|
pkgname=net-tools
|
||||||
version=1.60.20150526git
|
version=1.60.20150526git
|
||||||
revision=2
|
revision=3
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
short_desc="Basic networking tools"
|
short_desc="Basic networking tools"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
@ -10,7 +10,7 @@ license="GPL-2"
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
ifconfig:ifconfig:/usr/bin/${pkgname}-ifconfig
|
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() {
|
do_fetch() {
|
||||||
git clone git://git.code.sf.net/p/net-tools/code ${pkgname}-${version}
|
git clone git://git.code.sf.net/p/net-tools/code ${pkgname}-${version}
|
||||||
|
|
Loading…
Add table
Reference in a new issue