bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#49864: 28.0.50; Fails to start after "make install"


From: Eli Zaretskii
Subject: bug#49864: 28.0.50; Fails to start after "make install"
Date: Fri, 06 Aug 2021 09:48:29 +0300

> From: Wilhelm Kirschbaum <wkirschbaum@gmail.com>
> Date: Thu, 5 Aug 2021 20:27:06 +0200
> Cc: 49864@debbugs.gnu.org
> 
> The patch I attached fixes the install issue for me without any other 
> modification. This patch also seems to
> be consistent with other MKDIR_P commands in the Makefile.
> 
>  ### Install native compiled Lisp files.
>  install-eln: lisp
>  ifeq ($(HAVE_NATIVE_COMP),yes)
> - find native-lisp -type d -exec $(MKDIR_P) "$(ELN_DESTDIR){}" \; ; \
> + umask 022; find native-lisp -type d -exec $(MKDIR_P) "$(ELN_DESTDIR){}" \; 
> ; \
>   find native-lisp -type f -exec ${INSTALL_DATA} "{}" "$(ELN_DESTDIR){}" \;

Thanks, I installed such a change, and I'm closing this bug report.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]