Globally replace $(HOST_DIR)/usr with $(HOST_DIR)
authorArnout Vandecappelle <arnout@mind.be>
Wed, 5 Jul 2017 11:14:24 +0000 (13:14 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 5 Jul 2017 13:22:29 +0000 (15:22 +0200)
commit685f44de98caec74eefd048b01b8550b63784300
treebe5b45caf42b2262ce85b8ef6980cc6ddcd6eca1
parent3b91bd479150a599970c9121a585df9fc1566ff7
Globally replace $(HOST_DIR)/usr with $(HOST_DIR)

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' | xargs sed -i 's%\$(HOST_DIR)/usr%$(HOST_DIR)%g'

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
12 files changed:
package/erlang/erlang.mk
package/gcc/gcc.mk
package/libsepol/libsepol.mk
package/lua/lua.mk
package/luarocks/luarocks.mk
package/omxplayer/omxplayer.mk
package/pseudo/pseudo.mk
package/qt/qt.mk
package/qt5/qt5base/qt5base.mk
package/setools/setools.mk
package/upx/upx.mk
package/vboot-utils/vboot-utils.mk