From: Glenn Morris Date: Wed, 24 Jun 2015 19:47:01 +0000 (-0400) Subject: * Makefile.in (install-arch-dep): Don't set sticky bit on the binary. X-Git-Tag: emacs-25.0.90~1658 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=94c4e0dcdf2b81dcdafb77ffb9ad520aec725376;p=emacs.git * 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. --- diff --git a/Makefile.in b/Makefile.in index c998d8d87a3..3cfbe5704ff 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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)