iputils: fix setuid for ping

This commit is contained in:
allan 2016-03-31 21:29:18 +02:00
parent 429129b770
commit a189211d13
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ do_build() {
do_install() {
for f in ping ping6; do
vbin ${f} ${pkgname}-${f}
vinstall ${f} 4755 usr/bin ${pkgname}-${f}
done
for f in clockdiff arping rdisc tracepath tracepath6; do
vbin ${f}