From d14d0b2c1107f8cf2cb372a38f82146fca1a9a2a Mon Sep 17 00:00:00 2001 From: Scott Long Date: Thu, 4 Mar 2010 12:35:20 +0000 Subject: 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 --- chpass/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chpass/Makefile') 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 -- cgit v1.2.3-56-ge451