mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 04:18:08 +01:00
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
This commit is contained in:
parent
ec7a47d756
commit
aa8c2224ee
1 changed files with 1 additions and 1 deletions
|
@ -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 ;
|
||||
|
|
Loading…
Reference in a new issue