aboutsummaryrefslogtreecommitdiffhomepage
path: root/emacs/Makefile.local
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/Makefile.local')
-rw-r--r--emacs/Makefile.local4
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/Makefile.local b/emacs/Makefile.local
index 76cc64f9..51d045c3 100644
--- a/emacs/Makefile.local
+++ b/emacs/Makefile.local
@@ -14,8 +14,8 @@ emacs: $(emacs_bytecode)
.PHONY: install-emacs
install-emacs: install emacs
- $(call quiet_mkdir, $(DESTDIR)/$(emacs_lispdir))
- $(call quiet_install_data, $(emacs_sources) $(emacs_bytecode) $(DESTDIR)$(emacs_lispdir))
+ mkdir -p $(DESTDIR)/$(emacs_lispdir)
+ install -m0644 $(emacs_sources) $(emacs_bytecode) $(DESTDIR)$(emacs_lispdir)
@echo ""
@echo "The notmuch emacs client is now installed."
@echo ""