public inbox for libc-help@sourceware.org
 help / color / mirror / Atom feed
From: PRASANTH R <ragaprasanth@gmail.com>
To: libc-help@sourceware.org
Subject: Bug 26517 - timezone: Fix zdump duplicate binary
Date: Mon, 16 Nov 2020 09:14:10 +0530	[thread overview]
Message-ID: <CAG7eodHm9EJ6NHNoRpBMNp+7thzu=JX46ZiD6bp3yR3+E3TMTQ@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 137 bytes --]

Hi,

This was my first patch, just curious to see the review on this. kindly
find the attachment


Thanks & Regards,
Prasanth
8124063630

[-- Attachment #2: timezone-Change-zdump-installation-to-bin-directory.patch --]
[-- Type: text/x-patch, Size: 795 bytes --]

From 50b88ed8dc9c72ace18d80b85927a8e960d08e2a Mon Sep 17 00:00:00 2001
From: Prasanth R <prasanth.r@timesys.com>
Date: Fri, 21 Aug 2020 13:39:30 +0530
Subject: [PATCH] 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(-)

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
 
-- 
2.7.4


             reply	other threads:[~2020-11-16  3:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-16  3:44 PRASANTH R [this message]
2020-11-23 11:00 ` Florian Weimer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAG7eodHm9EJ6NHNoRpBMNp+7thzu=JX46ZiD6bp3yR3+E3TMTQ@mail.gmail.com' \
    --to=ragaprasanth@gmail.com \
    --cc=libc-help@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).