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 489DC6DE01F5 for ; Sun, 16 Sep 2018 04:27:02 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.311 X-Spam-Level: X-Spam-Status: No, score=-0.311 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.211, SPF_PASS=-0.001] 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 luMlJPNKBLIO for ; Sun, 16 Sep 2018 04:27:01 -0700 (PDT) Received: from mail-ed1-f46.google.com (mail-ed1-f46.google.com [209.85.208.46]) by arlo.cworth.org (Postfix) with ESMTPS id 4BF816DE01F0 for ; Sun, 16 Sep 2018 04:27:01 -0700 (PDT) Received: by mail-ed1-f46.google.com with SMTP id a20-v6so10690794edd.4 for ; Sun, 16 Sep 2018 04:27:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=zfZnDZYOQQyg2DpIu3OcuBBpa7q1TvuO7NBhGqQ5Wy0=; b=CR+NROOMuYB4bQ5SmU37McIZnXXE0tEvKLGUO9nHeX6D7PuGl2aPeIdAoedrYWRf4H luELftfrd2Yt0TuR/Z8UktMLNoNps0254nBBpkNyRGEXdLfmnP65XVvcIzWXlNfnN+4u WPzuz5tJl0eJxaeGmqtaINbJB7f6OG70JJLhHTNM9rUP2n4FEDTIDW9Rp1Od+jaKZjST 6AOlMnEfrm3IdMaB24vurT1Ppzp8jz6oTUPYB/XeuNejty/X91M4Mpac6mnHY9TboXCq X3nKkm9z/znl6IiIUqy0vx5t6I9An77zbQe84A2OxpKD8H7wLxQOpKI6QbMKEmaR/Gg3 AY6w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=zfZnDZYOQQyg2DpIu3OcuBBpa7q1TvuO7NBhGqQ5Wy0=; b=Cw692iWRnDN6U+g3r5P4JYV/LFA3tufG7NZLYFxlwnAj+pNM5Kt0XhD1dECBTiZa6r 2aLj+Tuw5TjTOVn3BBWecDixFwh6TZmyOgEsRGBf5uv+war4QqDAqmR7KSiLhpw/SgRW xmubLadhUme7x9UIbgnJ/qTRcO6s6QMUWVFoXrPy1S3TLGrrOLxheBvvp5TrQNtazNIT h2BdRR7bO/x7ihf6MSlt8UhQzipSngxLnz2R3LxupHwhcGeNfDliVTkGnqTcGjMjwPWA X+GyUnFT83KZaBgncZMmMEUOLO/Ughvrep5DSqR8NThXYbqOjnbUWmE5M/v3TZ8AmK20 kzAw== X-Gm-Message-State: APzg51Ch8VYXGK/aJm0N+FUnXvnQnLIGqd+ax5eelNAZBcadQAK0UZcg FGy3uCDZJghuWQbNSrS2TaXybVsmUwc= X-Google-Smtp-Source: ANB0Vdaw+cxiMy0JypAb+8YPEKty8FFWC6Kb+0Memfa+ETu9P6tuBDQ6Ov6xAv2DPCRJO3RFwaKiFA== X-Received: by 2002:a50:a623:: with SMTP id d32-v6mr36303970edc.8.1537097217084; Sun, 16 Sep 2018 04:26:57 -0700 (PDT) Received: from localhost (92-109-79-134.cable.dynamic.v4.ziggo.nl. [92.109.79.134]) by smtp.gmail.com with ESMTPSA id d11-v6sm7540664edo.39.2018.09.16.04.26.55 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 16 Sep 2018 04:26:56 -0700 (PDT) From: Chris Coutinho To: notmuch@notmuchmail.org Subject: [PATCH] Fix Makefile.local for install notmuch zsh completions Date: Sun, 16 Sep 2018 13:26:51 +0200 Message-Id: <20180916112650.6783-1-chrisbcoutinho@gmail.com> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180915223428.25961-1-look@my.amazin.horse> References: <20180915223428.25961-1-look@my.amazin.horse> 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 11:27:02 -0000 Thanks for the patch Vincent! The Makefile.local should also be updated to successfully install notmuch using this patch. Regards, Chris --- completion/Makefile.local | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/completion/Makefile.local b/completion/Makefile.local index dfc12713..74c89760 100644 --- a/completion/Makefile.local +++ b/completion/Makefile.local @@ -6,7 +6,8 @@ dir := completion # directly in any shell commands. Instead we save its value in other, # private variables that we can use in the commands. bash_script := $(srcdir)/$(dir)/notmuch-completion.bash -zsh_script := $(srcdir)/$(dir)/notmuch-completion.zsh +zsh_script1 := $(srcdir)/$(dir)/zsh/_notmuch +zsh_script2 := $(srcdir)/$(dir)/zsh/_email-notmuch install: install-$(dir) @@ -18,5 +19,6 @@ ifeq ($(WITH_BASH),1) endif ifeq ($(WITH_ZSH),1) mkdir -p "$(DESTDIR)$(zsh_completion_dir)" - install -m0644 $(zsh_script) "$(DESTDIR)$(zsh_completion_dir)/_notmuch" + install -m0644 $(zsh_script1) "$(DESTDIR)$(zsh_completion_dir)/_notmuch" + install -m0644 $(zsh_script2) "$(DESTDIR)$(zsh_completion_dir)/_email-notmuch" endif -- 2.18.0