traceroute: install manpage in correct location.
This commit is contained in:
parent
a42517f49e
commit
4f2a6fea1e
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'traceroute'
|
# Template file for 'traceroute'
|
||||||
pkgname=traceroute
|
pkgname=traceroute
|
||||||
version=2.0.19
|
version=2.0.19
|
||||||
revision=2
|
revision=3
|
||||||
short_desc="Traces the route taken by packets over an IPv4/IPv6 network"
|
short_desc="Traces the route taken by packets over an IPv4/IPv6 network"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
@ -21,5 +21,5 @@ do_build() {
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vinstall traceroute/traceroute 755 usr/bin
|
vinstall traceroute/traceroute 755 usr/bin
|
||||||
vinstall traceroute/traceroute.8 644 usr/share/man/man1
|
vinstall traceroute/traceroute.8 644 usr/share/man/man8
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue