package/iputils: fix IPUTILS_PERMISSIONS
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 17 Jun 2019 17:17:47 +0000 (19:17 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Mon, 17 Jun 2019 21:21:34 +0000 (23:21 +0200)
commit960076cc5bfda250770d9ab6af60a1da561cda4e
treecdccd5842fef9c9a41cb165d42e6d0611b9130b3
parent6e188927335a04d036766adb4c939b4b5140a810
package/iputils: fix IPUTILS_PERMISSIONS

The IPUTILS_PERMISSIONS variable was wrong, because iputils installs
its programs in /usr/bin, not in /bin. It probably was only tested
with the merged /usr option enabled.

This commit fixes IPUTILS_PERMISSIONS, taking into account the change
done in 6e18892733 "package/iputils: move binaries to the location also
used by Busybox":

 - arping is moved by the post-install target hook to /usr/sbin

 - clockdiff is installed by iputils in /usr/bin

 - ping is moved by the post-install target hook to /bin, which makes
   the previously incorrect path in IPUTILS_PERMISSIONS now correct

Fixes:

  http://autobuild.buildroot.net/results/fe378bca29c86a681ba9ad40386cb89248195c50/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/iputils/iputils.mk