diff options
| author | Glenn Morris | 2015-06-24 15:47:01 -0400 |
|---|---|---|
| committer | Glenn Morris | 2015-06-24 15:47:01 -0400 |
| commit | 94c4e0dcdf2b81dcdafb77ffb9ad520aec725376 (patch) | |
| tree | 32db5f49b70756a4102df387b3a9e811e3ae7e73 | |
| parent | 1b51e23aea976abbbc1f1e9d40b777dfd19925ae (diff) | |
| download | emacs-94c4e0dcdf2b81dcdafb77ffb9ad520aec725376.tar.gz emacs-94c4e0dcdf2b81dcdafb77ffb9ad520aec725376.zip | |
* 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.
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 494 | $(MAKE) -C lib-src install | 494 | $(MAKE) -C lib-src install |
| 495 | ifeq (${ns_self_contained},no) | 495 | ifeq (${ns_self_contained},no) |
| 496 | ${INSTALL_PROGRAM} $(INSTALL_STRIP) src/emacs${EXEEXT} "$(DESTDIR)${bindir}/$(EMACSFULL)" | 496 | ${INSTALL_PROGRAM} $(INSTALL_STRIP) src/emacs${EXEEXT} "$(DESTDIR)${bindir}/$(EMACSFULL)" |
| 497 | -chmod 1755 "$(DESTDIR)${bindir}/$(EMACSFULL)" | 497 | -chmod 755 "$(DESTDIR)${bindir}/$(EMACSFULL)" |
| 498 | ifndef NO_BIN_LINK | 498 | ifndef NO_BIN_LINK |
| 499 | rm -f "$(DESTDIR)${bindir}/$(EMACS)" | 499 | rm -f "$(DESTDIR)${bindir}/$(EMACS)" |
| 500 | cd "$(DESTDIR)${bindir}" && $(LN_S_FILEONLY) $(EMACSFULL) $(EMACS) | 500 | cd "$(DESTDIR)${bindir}" && $(LN_S_FILEONLY) $(EMACSFULL) $(EMACS) |