summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2022-01-03 11:03:00 -0500
committerCameron Katri <me@cameronkatri.com>2022-01-03 11:03:00 -0500
commit72ae45ce6c025bc2359035cfb941b177149e88ae (patch)
treeb546be53cbd2413a574c7179b68a501adefdf4b8
parent1e1aee7e233eafe21d94d3cfb9dce0d846f79b90 (diff)
downloadpw-darwin-main.tar.gz
pw-darwin-main.tar.zst
pw-darwin-main.zip
Revert "Set chpass to 755 too"HEADmain
This reverts commit 1e1aee7e233eafe21d94d3cfb9dce0d846f79b90.
-rw-r--r--chpass/Makefile2
1 files changed, 1 insertions, 1 deletions
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