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
This commit is contained in:
Scott Long 2010-03-04 12:35:20 +00:00
parent 6f3bc07b8b
commit 9f28039bf2

View File

@ -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>