timezone: Change zdump installation to bin directory
authorPrasanth R <prasanth.r@timesys.com>
Wed, 25 Nov 2020 14:51:51 +0000 (15:51 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Wed, 25 Nov 2020 14:52:50 +0000 (15:52 +0100)
Commit 3bc4186c7a9, tzdata changed the zdump installation
to bin directory, which creates duplicates of zdump in the
Root filesystem.

timezone/Makefile

index 75f38df..a6e7cf0 100644 (file)
@@ -32,7 +32,8 @@ generated += tzselect
 testdata = $(objpfx)testdata
 
 ifeq ($(enable-timezone-tools),yes)
-install-sbin := zic zdump
+install-sbin := zic
+install-bin := zdump
 install-bin-script = tzselect
 endif