summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKirk McKusick <mckusick@FreeBSD.org>2010-04-28 05:33:59 +0000
committerKirk McKusick <mckusick@FreeBSD.org>2010-04-28 05:33:59 +0000
commitcd92e7cb8918e15885a16c4f5ed0b55d2f7b2814 (patch)
tree3e58c6683dd5257e59dc9710e2c9283f2d454c15
parent142a7605c2947afa39e259b722ca745916009e2c (diff)
parentd14d0b2c1107f8cf2cb372a38f82146fca1a9a2a (diff)
downloadpw-darwin-cd92e7cb8918e15885a16c4f5ed0b55d2f7b2814.tar.gz
pw-darwin-cd92e7cb8918e15885a16c4f5ed0b55d2f7b2814.tar.zst
pw-darwin-cd92e7cb8918e15885a16c4f5ed0b55d2f7b2814.zip
Update to current version of head.
-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>