summaryrefslogtreecommitdiffstats
path: root/package/tzdump
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/tzdump
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/tzdump')
-rw-r--r--package/tzdump/tzdump.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/tzdump/tzdump.mk b/package/tzdump/tzdump.mk
index 3f035a56cb..baad978c4f 100644
--- a/package/tzdump/tzdump.mk
+++ b/package/tzdump/tzdump.mk
@@ -13,9 +13,9 @@ define HOST_TZDUMP_BUILD_CMDS
endef
define HOST_TZDUMP_INSTALL_CMDS
- $(INSTALL) -m 0755 -D $(@D)/tzdump $(HOST_DIR)/usr/sbin/tzdump
+ $(INSTALL) -m 0755 -D $(@D)/tzdump $(HOST_DIR)/sbin/tzdump
endef
$(eval $(host-generic-package))
-TZDUMP = $(HOST_DIR)/usr/sbin/tzdump
+TZDUMP = $(HOST_DIR)/sbin/tzdump
OpenPOWER on IntegriCloud