summaryrefslogtreecommitdiffstats
path: root/chpass/Makefile
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2010-03-04 12:35:20 +0000
committerScott Long <scottl@FreeBSD.org>2010-03-04 12:35:20 +0000
commitd14d0b2c1107f8cf2cb372a38f82146fca1a9a2a (patch)
tree53dc3ce912e31f50614619857706ac6735160399 /chpass/Makefile
parent7670596c5386db5668e6b3b6c8fbf37e378eae91 (diff)
downloadpw-darwin-d14d0b2c1107f8cf2cb372a38f82146fca1a9a2a.tar.gz
pw-darwin-d14d0b2c1107f8cf2cb372a38f82146fca1a9a2a.tar.zst
pw-darwin-d14d0b2c1107f8cf2cb372a38f82146fca1a9a2a.zip
Let the afterinstall target ignore failures from running chflags. This
allows it to work over NFS, and puts it back into conformance with other 'schg' utlitilties in the system. Reviewed by: ed
Diffstat (limited to 'chpass/Makefile')
-rw-r--r--chpass/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/chpass/Makefile b/chpass/Makefile
index 7f7ac51..a5571d7 100644
--- a/chpass/Makefile
+++ b/chpass/Makefile
@@ -43,7 +43,7 @@ beforeinstall:
.if !defined(NO_FSCHG)
afterinstall:
- chflags schg ${DESTDIR}${BINDIR}/chpass
+ -chflags schg ${DESTDIR}${BINDIR}/chpass
.endif
.include <bsd.prog.mk>