diff options
author | Prasanth R <prasanth.r@timesys.com> | 2020-11-25 15:51:51 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2020-11-25 15:52:50 +0100 |
commit | b4f020c9b408fb3d1d3d4901c4a71839145f8791 (patch) | |
tree | 1719ccf74a8310094d5fae664514241fc92d0854 | |
parent | b4c3446836285fc3d1465dc9b8c587c8f50e4922 (diff) | |
download | glibc-b4f020c9b408fb3d1d3d4901c4a71839145f8791.zip glibc-b4f020c9b408fb3d1d3d4901c4a71839145f8791.tar.gz glibc-b4f020c9b408fb3d1d3d4901c4a71839145f8791.tar.bz2 |
timezone: Change zdump installation to bin directory
Commit 3bc4186c7a9, tzdata changed the zdump installation
to bin directory, which creates duplicates of zdump in the
Root filesystem.
-rw-r--r-- | timezone/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/timezone/Makefile b/timezone/Makefile index 75f38df..a6e7cf0 100644 --- a/timezone/Makefile +++ b/timezone/Makefile @@ -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 |