From 27506ef37ac78280c40e72195921097911604c0c Mon Sep 17 00:00:00 2001 From: bde Date: Mon, 14 Nov 1994 07:13:12 +0000 Subject: Fix logic in previous commit. --- usr.bin/chpass/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/chpass') diff --git a/usr.bin/chpass/Makefile b/usr.bin/chpass/Makefile index 31dc84f..d5090da 100644 --- a/usr.bin/chpass/Makefile +++ b/usr.bin/chpass/Makefile @@ -10,7 +10,7 @@ LINKS= ${BINDIR}/chpass ${BINDIR}/chfn ${BINDIR}/chpass ${BINDIR}/chsh MLINKS= chpass.1 chfn.1 chpass.1 chsh.1 beforeinstall: - [ -r /usr/bin/chpass ] && chflags noschg /usr/bin/chpass + [ ! -e /usr/bin/chpass ] || chflags noschg /usr/bin/chpass afterinstall: chflags schg /usr/bin/chpass -- cgit v1.1