From b4f020c9b408fb3d1d3d4901c4a71839145f8791 Mon Sep 17 00:00:00 2001 From: Prasanth R Date: Wed, 25 Nov 2020 15:51:51 +0100 Subject: 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. --- timezone/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'timezone') diff --git a/timezone/Makefile b/timezone/Makefile index 75f38df527..a6e7cf066c 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 -- cgit 1.4.1