X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2FMakefile.local;h=0c58b82457db20174006f32765bf00a645eaec18;hp=ce0c3f007127e634404c0c540e88eee12cb8c1cb;hb=38546e4acba5593c6ad8b35712475abc27d3a4fd;hpb=a900ddaba661d693764d1a5f58f8b946bb788c4a 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)