unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH] Makefile: Create elisp install directory explicitly
@ 2009-11-19  1:45 Ingmar Vanhassel
  2009-11-19 11:24 ` Carl Worth
  0 siblings, 1 reply; 2+ messages in thread
From: Ingmar Vanhassel @ 2009-11-19  1:45 UTC (permalink / raw)
  To: notmuch

When doing a DESTDIR install, this directory likely won't exist, and
installing notmuch.el will fail.

See 0d4b5292
---
 Makefile.local |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.local b/Makefile.local
index 27e42ba..6bc01a5 100644
--- a/Makefile.local
+++ b/Makefile.local
@@ -25,7 +25,7 @@ notmuch.1.gz: notmuch.1
 
 install: all notmuch.1.gz
 	for d in $(DESTDIR)$(prefix)/bin/ $(DESTDIR)$(prefix)/share/man/man1 \
-		$(DESTDIR)/etc/bash_completion.d/ ; \
+		$(DESTDIR)/$(prefix)/share/emacs/site-lisp/ $(DESTDIR)/etc/bash_completion.d/ ; \
 	do \
 		install -d $$d ; \
 	done ;
-- 
1.6.5.2.433.g23cdb

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Makefile: Create elisp install directory explicitly
  2009-11-19  1:45 [PATCH] Makefile: Create elisp install directory explicitly Ingmar Vanhassel
@ 2009-11-19 11:24 ` Carl Worth
  0 siblings, 0 replies; 2+ messages in thread
From: Carl Worth @ 2009-11-19 11:24 UTC (permalink / raw)
  To: Ingmar Vanhassel, notmuch

On Thu, 19 Nov 2009 02:45:44 +0100, Ingmar Vanhassel <ingmar@exherbo.org> wrote:
> When doing a DESTDIR install, this directory likely won't exist, and
> installing notmuch.el will fail.

Thanks. Pushed.

-Carl

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-11-19 11:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-19  1:45 [PATCH] Makefile: Create elisp install directory explicitly Ingmar Vanhassel
2009-11-19 11:24 ` Carl Worth

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

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).