From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 4F09B6DE021A for ; Sun, 16 Sep 2018 05:41:52 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.002 X-Spam-Level: X-Spam-Status: No, score=0.002 tagged_above=-999 required=5 tests=[AWL=0.013, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zYsjgVmFTzMd for ; Sun, 16 Sep 2018 05:41:50 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 6FC696DE0204 for ; Sun, 16 Sep 2018 05:41:50 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.89) (envelope-from ) id 1g1WN3-0003wQ-1v; Sun, 16 Sep 2018 08:41:49 -0400 Received: (nullmailer pid 14937 invoked by uid 1000); Sun, 16 Sep 2018 12:41:46 -0000 From: David Bremner To: Vincent Breitmoser , notmuch@notmuchmail.org Subject: [PATCH 2/2] debian: update zsh completion installation Date: Sun, 16 Sep 2018 09:41:41 -0300 Message-Id: <20180916124141.14851-3-david@tethera.net> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180916124141.14851-1-david@tethera.net> References: <20180915223428.25961-1-look@my.amazin.horse> <20180916124141.14851-1-david@tethera.net> X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2018 12:41:52 -0000 This ${prefix}/share/vendor-completion convention seems to be debian specific, so leave the global default alone for now. --- debian/notmuch.install | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/notmuch.install b/debian/notmuch.install index 31b9a37e..5067a441 100644 --- a/debian/notmuch.install +++ b/debian/notmuch.install @@ -1,3 +1,4 @@ usr/bin usr/share/man usr/share/bash-completion +usr/share/zsh/vendor-completions diff --git a/debian/rules b/debian/rules index 1ac6498c..b2cba0e9 100755 --- a/debian/rules +++ b/debian/rules @@ -12,6 +12,7 @@ override_dh_auto_configure: --mandir=/usr/share/man \ --infodir=/usr/share/info \ --sysconfdir=/etc \ + --zshcompletiondir=/usr/share/zsh/vendor-completions \ --localstatedir=/var override_dh_auto_build: -- 2.18.0