Globally replace $(HOST_DIR)/usr/sbin with $(HOST_DIR)/sbin
authorArnout Vandecappelle <arnout@mind.be>
Wed, 5 Jul 2017 11:14:20 +0000 (13:14 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 5 Jul 2017 13:19:44 +0000 (15:19 +0200)
commit1eb57df2b2eb965d58dc3d08a35238aa41af9e54
tree2c78125ef1b2c9bc6d8d02b993ad0e7c76d2ce12
parent0f9c0bf3d5cdd2f99b66da7ab7e23c7b2bfb8c69
Globally replace $(HOST_DIR)/usr/sbin with $(HOST_DIR)/sbin

Since things are no longer installed in $(HOST_DIR)/usr, the callers
should also not refer to it.

This is a mechanical change with
git grep -l '$(HOST_DIR)/usr/sbin' | xargs sed -i 's%$(HOST_DIR)/usr/sbin%$(HOST_DIR)/sbin%g'

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
fs/ext2/ext2.mk
fs/ubifs/ubi.mk
fs/ubifs/ubifs.mk
package/freescale-imx/imx-uuc/imx-uuc.mk
package/gptfdisk/gptfdisk.mk
package/libselinux/libselinux.mk
package/mtd/mtd.mk
package/tzdump/tzdump.mk
package/zic/zic.mk