mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-26 07:55:01 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=204707
@ -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