1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00:00

* Makefile.in (install-arch-dep): Don't set sticky bit on the binary.

; I don't think this actually does anything any more anyway,
; on at least the vast majority of the platforms running Emacs today.
This commit is contained in:
Glenn Morris 2015-06-24 15:47:01 -04:00
parent 1b51e23aea
commit 94c4e0dcdf

View File

@ -494,7 +494,7 @@ install-arch-dep: src install-arch-indep install-etcdoc install-$(NTDIR)
$(MAKE) -C lib-src install
ifeq (${ns_self_contained},no)
${INSTALL_PROGRAM} $(INSTALL_STRIP) src/emacs${EXEEXT} "$(DESTDIR)${bindir}/$(EMACSFULL)"
-chmod 1755 "$(DESTDIR)${bindir}/$(EMACSFULL)"
-chmod 755 "$(DESTDIR)${bindir}/$(EMACSFULL)"
ifndef NO_BIN_LINK
rm -f "$(DESTDIR)${bindir}/$(EMACS)"
cd "$(DESTDIR)${bindir}" && $(LN_S_FILEONLY) $(EMACSFULL) $(EMACS)