Am Do., 22. Aug. 2024 um 14:37 Uhr schrieb Martin Jambor <mjam...@suse.cz>: > > Hi, > > I have noticed that notmuch-git was not being copied to an appropriate > destination during make install. This patch adds that. > > --- > Makefile.local | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Makefile.local b/Makefile.local > index 7699c208..34e8b882 100644 > --- a/Makefile.local > +++ b/Makefile.local > @@ -278,6 +278,7 @@ notmuch-shared: $(notmuch_client_modules) > lib/$(LINKER_NAME) > install: all install-man install-info > mkdir -p "$(DESTDIR)$(prefix)/bin/" > install notmuch-shared "$(DESTDIR)$(prefix)/bin/notmuch" > + install notmuch-git "$(DESTDIR)$(prefix)/bin/notmuch-git"
notmuch-git(1) mentions nmbug, so we'd want to install that as well, don't we? > ifeq ($(MAKECMDGOALS), install) > @echo "" > @echo "Notmuch is now installed to $(DESTDIR)$(prefix)" > -- > 2.46.0 > > _______________________________________________ > notmuch mailing list -- notmuch@notmuchmail.org > To unsubscribe send an email to notmuch-le...@notmuchmail.org _______________________________________________ notmuch mailing list -- notmuch@notmuchmail.org To unsubscribe send an email to notmuch-le...@notmuchmail.org