From patchwork Mon Nov 23 09:44:38 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: PRASANTH R X-Patchwork-Id: 41149 X-Patchwork-Delegate: fweimer@redhat.com Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 7FB813850416; Mon, 23 Nov 2020 09:45:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7FB813850416 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1606124718; bh=OkY4NTG6Yk2SUTDaIAgY32DziE86yQVjMCkS3xKvmh4=; h=Date:Subject:To:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=pOjZs/pTZOgENM1jHSNxylphYXUOciE7mcUadFjwtA18WkEzDvS0uUshZrV26w5QY f9koqXZPyiYFS3EPegYVB95CH2ZQFN4uL9bf2/3VYpJeEfhE+0rJaWrngQWbpmAeME X+L2FSxGkbCTaFlAt37XuT35C1lUAcZhkWQuWOMY= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from mail-il1-x12a.google.com (mail-il1-x12a.google.com [IPv6:2607:f8b0:4864:20::12a]) by sourceware.org (Postfix) with ESMTPS id 179003857C70 for ; Mon, 23 Nov 2020 09:45:16 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 179003857C70 Received: by mail-il1-x12a.google.com with SMTP id t13so15315328ilp.2 for ; Mon, 23 Nov 2020 01:45:16 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=2ziE2nz8jViAwmYmUPQQX15NWnwciMv/hbJ2QjGT/F0=; b=NkEkPLqzjf5y/80gjv1hHuTtZgtT1bCPvVp2n6HOLvjib/5qM5Sen3IXyssNnHjvE/ N9BIl9rpwCJVANA9lBwa3ofgcvf0ZCZDwlaO3xBlPXfR4f0zjZPVzR06RcrhEw+VApa9 dsaxswQJC6fB4Y8g3NI1+Z2NRjdT+z/oWaJA7905tzRwLanyIggIjP+aTTIe8jgv4gZk 2KAxdaN3nFs2VxOpSMdNtm+MjLNZT6R3o011YJApCTHs9C06sPOxpQJFCQcf7s7xv4d0 rQkMvFzSEy7stjyoUA5HqjJC1U/8xtGzsoQasy/0jqEdgxwu8n1qmj/If1tYstdlufwy Zc4w== X-Gm-Message-State: AOAM533RSQihZW5c1EGMD5G6ChAZn2mkUJg15z/aaDlM6r5/wmRaMGBJ edlYEr3JU6UaUptYpKiyiV0sB6ukW7NVI1qPzwXrN0sB4r2klw== X-Google-Smtp-Source: ABdhPJzgGxm99Qx+1EGhKYlNhEo2x9jU/Oq/rTYgVBHoTnvla4HTHLhpMkyeCVz/fKWb8/gszTdLpuxROPwj09VFKrI= X-Received: by 2002:a05:6e02:96b:: with SMTP id q11mr18512459ilt.117.1606124715244; Mon, 23 Nov 2020 01:45:15 -0800 (PST) MIME-Version: 1.0 Date: Mon, 23 Nov 2020 15:14:38 +0530 Message-ID: Subject: Bug 26517 - timezone: Fix zdump duplicate binary To: libc-alpha@sourceware.org X-Spam-Status: No, score=-12.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, GIT_PATCH_0, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: PRASANTH R via Libc-alpha From: PRASANTH R Reply-To: PRASANTH R Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" Hi, Got this small fix for timezone binary installation. kindly find the attached patch Thanks & Regards, Prasanth 8124063630 From 50b88ed8dc9c72ace18d80b85927a8e960d08e2a Mon Sep 17 00:00:00 2001 From: Prasanth R 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