summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAlan Third <alan@idiocy.org>2021-06-30 19:58:13 +0100
committerAlan Third <alan@idiocy.org>2021-07-01 20:41:58 +0100
commit1b88404acc4b6399b617dac2b14f1eaa78135670 (patch)
tree3051e078de89978d755886b6658b1c8d8faa27fa /Makefile.in
parent995ab9d0a916e4b1385fe6a25c0a9febe8dbb481 (diff)
downloademacs-1b88404acc4b6399b617dac2b14f1eaa78135670.tar.gz
Fix NS self contained eln location (bug#49271)
* Makefile.in: * configure.ac: Change eln file install location to Contents/Frameworks. * src/comp.c (hash_native_abi): Replace dots with underscores in the eln install location as the macOS code-signing tool won't sign the files if the parent directories have dots.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 8fccdf7580a..8c14c5cc7db 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -333,7 +333,7 @@ BIN_DESTDIR='$(DESTDIR)${bindir}/'
ELN_DESTDIR = $(DESTDIR)${libdir}/emacs/${version}/
else
BIN_DESTDIR='${ns_appbindir}/'
-ELN_DESTDIR = ${ns_applibdir}/emacs/${version}/
+ELN_DESTDIR = ${ns_applibdir}/
endif
all: ${SUBDIR} info