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:
parent
6f3bc07b8b
commit
9f28039bf2
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user