Make sure installed *.eln files have correct permissions
* Makefile.in (install-eln): Add "umask 022" to ensure the *.eln files are accessible from the user's Emacs session. Suggested by Wilhelm Kirschbaum <wkirschbaum@gmail.com>. (Bug#49864)
This commit is contained in:
parent
fa895379d6
commit
9f88a9c058
1 changed files with 1 additions and 0 deletions
|
|
@ -789,6 +789,7 @@ install-etc:
|
|||
### Install native compiled Lisp files.
|
||||
install-eln: lisp
|
||||
ifeq ($(HAVE_NATIVE_COMP),yes)
|
||||
umask 022 ; \
|
||||
find native-lisp -type d -exec $(MKDIR_P) "$(ELN_DESTDIR){}" \; ; \
|
||||
find native-lisp -type f -exec ${INSTALL_DATA} "{}" "$(ELN_DESTDIR){}" \;
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue