From e6d85fb97d86e103c2c62cd215f54a3fe37856d0 Mon Sep 17 00:00:00 2001 From: Amadeusz Żołnowski Date: Tue, 25 Oct 2011 10:07:02 +0200 Subject: Separate Emacs misc. files dir. from Emacs code dir. New option --emacsetcdir was added, but it's set default to the same value as --emacslispdir for backward compatibility. --- emacs/Makefile.local | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emacs/Makefile.local') 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) -- cgit v1.2.3