iputils: install traceroute6 in same path as traceroute
This commit is contained in:
parent
5fee9c8e65
commit
995107c002
iputils
@ -4,13 +4,14 @@ drwxr-xr-x root/root bin/
|
||||
drwxr-xr-x root/root sbin/
|
||||
-rwxr-xr-x root/root sbin/arping
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwsr-xr-x root/root usr/bin/traceroute6
|
||||
drwxr-xr-x root/root usr/sbin/
|
||||
-rwxr-xr-x root/root usr/sbin/clockdiff
|
||||
-rwxr-xr-x root/root usr/sbin/rarpd
|
||||
-rwxr-xr-x root/root usr/sbin/rdisc
|
||||
-rwxr-xr-x root/root usr/sbin/tracepath
|
||||
-rwxr-xr-x root/root usr/sbin/tracepath6
|
||||
-rwsr-xr-x root/root usr/sbin/traceroute6
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/man/
|
||||
drwxr-xr-x root/root usr/share/man/man8/
|
||||
|
@ -1,6 +1,6 @@
|
||||
untrusted comment: verify with /etc/ports/core.pub
|
||||
RWRJc1FUaeVeqiDkJxdKS+3cA7ZTgTUXso7Vs7RlIVOKOzp8CxsIa9S+hpC+ZX+0N2kpN1ztaypRsF5ihGNTSIyMM09u2SHH/AU=
|
||||
SHA256 (Pkgfile) = 77a421c7fe7648d3e6c5bdff280fba32db866b016f29451f129452b0c5dc9a14
|
||||
SHA256 (.footprint) = 2d440f066a3e3632b6a344bafe3e134a4e246ccb3ec3d4e1d394fc9928ea7a0e
|
||||
RWRJc1FUaeVequUSjZeJy/X/kzhBpubRU6SypXaEoZgpbNe3WiiL3rcI4/qkjgTjvKmW6ALVFMsByHhrGihCN1Iu33b2Z5a0eQI=
|
||||
SHA256 (Pkgfile) = 7af15135d16e66937bf05b2ee75e1a8fcc08c3fce82832222a57f3af10dc1949
|
||||
SHA256 (.footprint) = caf1d940e8efcf33ca090b19bc19db73ac87077b6712c55b1055496891ecf821
|
||||
SHA256 (iputils-s20151218.tar.bz2) = 549f58d71951e52b46595829134d4e330642f522f50026917fadc349a54825a1
|
||||
SHA256 (iputils-man-s20151218.tar.xz) = 9eb8e926b5b063b0649656a0b52d1b50516b63749c57fcd0333ea51674121972
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
name=iputils
|
||||
version=s20151218
|
||||
release=1
|
||||
release=2
|
||||
source=(http://www.skbuff.net/iputils/$name-$version.tar.bz2
|
||||
http://crux.nu/files/distfiles/$name-man-$version.tar.xz)
|
||||
|
||||
@ -14,10 +14,11 @@ build() {
|
||||
|
||||
make USE_GCRYPT=no USE_GNUTLS=no CCOPTOPT="$CFLAGS"
|
||||
|
||||
install -d $PKG/{{s,}bin,usr/{sbin,share/man/man8}}
|
||||
install -d $PKG/{{s,}bin,usr/{bin,sbin,share/man/man8}}
|
||||
install ping{,6} $PKG/bin/
|
||||
install arping $PKG/sbin/
|
||||
install tracepath{,6} traceroute6 clockdiff rarpd rdisc $PKG/usr/sbin/
|
||||
install tracepath{,6} clockdiff rarpd rdisc $PKG/usr/sbin/
|
||||
install traceroute6 $PKG/usr/bin/
|
||||
cp -d $SRC/$name-man-$version/* $PKG/usr/share/man/man8
|
||||
chmod u+s $PKG/bin/ping{,6} $PKG/usr/sbin/traceroute6
|
||||
chmod u+s $PKG/bin/ping{,6} $PKG/usr/bin/traceroute6
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user