X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2FMakefile.local;h=0c58b82457db20174006f32765bf00a645eaec18;hb=e3260d025389c2e98dbda58cff1c214497813bc2;hp=ce0c3f007127e634404c0c540e88eee12cb8c1cb;hpb=22472d9def2f6525a9aac62e6481d8d4fa7db5d0;p=notmuch diff --git a/emacs/Makefile.local b/emacs/Makefile.local index ce0c3f00..0c58b824 100644 --- a/emacs/Makefile.local +++ b/emacs/Makefile.local @@ -38,6 +38,7 @@ install-emacs: ifeq ($(HAVE_EMACS),1) install -m0644 $(emacs_bytecode) "$(DESTDIR)$(emacslispdir)" endif - install -m0644 $(emacs_images) "$(DESTDIR)$(emacslispdir)" + mkdir -p "$(DESTDIR)$(emacsetcdir)" + install -m0644 $(emacs_images) "$(DESTDIR)$(emacsetcdir)" CLEAN := $(CLEAN) $(emacs_bytecode)