aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.local
diff options
context:
space:
mode:
authorGravatar Ingmar Vanhassel <ingmar@exherbo.org>2009-11-19 02:45:44 +0100
committerGravatar Carl Worth <cworth@cworth.org>2009-11-19 12:24:11 +0100
commitaa8c2224eeef5d84c040c8f547336e76efdc9ac1 (patch)
treef95dd65197d6e976d37fad377446860a7e4d1af1 /Makefile.local
parentec7a47d75641ccdbcffe598852be54e2e52f92d2 (diff)
Makefile: Create elisp install directory explicitly
When doing a DESTDIR install, this directory likely won't exist, and installing notmuch.el will fail. See 0d4b5292
Diffstat (limited to 'Makefile.local')
-rw-r--r--Makefile.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.local b/Makefile.local
index 27e42ba2..6bc01a5d 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 ;