From: Cameron Katri Date: Mon, 3 Jan 2022 16:03:00 +0000 (-0500) Subject: Revert "Set chpass to 755 too" X-Git-Url: https://git.cameronkatri.com/pw-darwin.git/commitdiff_plain Revert "Set chpass to 755 too" This reverts commit 1e1aee7e233eafe21d94d3cfb9dce0d846f79b90. --- diff --git a/chpass/Makefile b/chpass/Makefile index 18c6696..666c169 100644 --- a/chpass/Makefile +++ b/chpass/Makefile @@ -31,7 +31,7 @@ chpass: $(SRC:%.c=%.o) ../ent.xml install-chpass: chpass chpass.1 install -d $(DESTDIR)/$(MEMO_PREFIX)$(MEMO_SUB_PREFIX)/bin \ $(DESTDIR)/$(MEMO_PREFIX)$(MEMO_SUB_PREFIX)/share/man/man1 - install -m4755 chpass $(DESTDIR)/$(MEMO_PREFIX)$(MEMO_SUB_PREFIX)/bin/chpass + install -m4555 chpass $(DESTDIR)/$(MEMO_PREFIX)$(MEMO_SUB_PREFIX)/bin/chpass ln -sf chpass $(DESTDIR)/$(MEMO_PREFIX)$(MEMO_SUB_PREFIX)/bin/chfn ln -sf chpass $(DESTDIR)/$(MEMO_PREFIX)$(MEMO_SUB_PREFIX)/bin/chsh install -Dm644 chpass.1 $(DESTDIR)/$(MEMO_PREFIX)$(MEMO_SUB_PREFIX)/share/man/man1/chpass.1