iputils: update to 20101006

This commit is contained in:
Juergen Daubert 2010-10-07 18:19:17 +02:00
parent de4e3876a9
commit ffd31e6283
2 changed files with 4 additions and 5 deletions

View File

@ -1,2 +1,2 @@
03670afd80825026e9a5cdd3975fba6e iputils-man-s20100418.tar.xz
df6b0062118cdc5c62e3c810f831e976 iputils-s20100418.tar.bz2
5ec60e7637bac0a060766fe193c75bf7 iputils-man-s20101006.tar.xz
a36c25e9ec17e48be514dc0485e7376c iputils-s20101006.tar.bz2

View File

@ -4,8 +4,8 @@
# Depends on: sysfsutils
name=iputils
version=s20100418
release=2
version=s20101006
release=1
source=(http://www.skbuff.net/iputils/$name-$version.tar.bz2
http://crux.nu/files/distfiles/$name-man-$version.tar.xz)
@ -20,6 +20,5 @@ build() {
install arping $PKG/sbin/
install tracepath{,6} traceroute6 clockdiff rarpd rdisc $PKG/usr/sbin/
cp -d $SRC/$name-man-$version/* $PKG/usr/man/man8
rm $PKG/usr/man/man8/tftpd.*
chmod u+s $PKG/bin/ping{,6} $PKG/usr/sbin/traceroute6
}