summaryrefslogtreecommitdiffstats
path: root/package/libselinux
diff options
context:
space:
mode:
authorArnout Vandecappelle <arnout@mind.be>2017-07-05 13:14:20 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-05 15:19:44 +0200
commit1eb57df2b2eb965d58dc3d08a35238aa41af9e54 (patch)
tree2c78125ef1b2c9bc6d8d02b993ad0e7c76d2ce12 /package/libselinux
parent0f9c0bf3d5cdd2f99b66da7ab7e23c7b2bfb8c69 (diff)
downloadbuildroot-1eb57df2b2eb965d58dc3d08a35238aa41af9e54.tar.gz
buildroot-1eb57df2b2eb965d58dc3d08a35238aa41af9e54.zip
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>
Diffstat (limited to 'package/libselinux')
-rw-r--r--package/libselinux/libselinux.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libselinux/libselinux.mk b/package/libselinux/libselinux.mk
index b6c5809134..6362792201 100644
--- a/package/libselinux/libselinux.mk
+++ b/package/libselinux/libselinux.mk
@@ -106,7 +106,7 @@ endef
define HOST_LIBSELINUX_INSTALL_CMDS
$(HOST_MAKE_ENV) $(MAKE) -C $(@D) \
$(HOST_LIBSELINUX_MAKE_OPTS) DESTDIR=$(HOST_DIR) \
- SHLIBDIR=$(HOST_DIR)/usr/lib SBINDIR=$(HOST_DIR)/usr/sbin install
+ SHLIBDIR=$(HOST_DIR)/usr/lib SBINDIR=$(HOST_DIR)/sbin install
(cd $(HOST_DIR)/usr/lib; $(HOSTLN) -sf libselinux.so.1 libselinux.so)
# Install python interface wrapper
$(HOST_MAKE_ENV) $(MAKE) -C $(@D) \
OpenPOWER on IntegriCloud