From a235e482221f4b91a91fc413be516e70008b3b9c Mon Sep 17 00:00:00 2001 From: Dag-Erling Smørgrav Date: Sun, 14 Feb 1999 13:56:15 +0000 Subject: Ignore errors from chflags. This makes it possible to make installworld with DESTDIR set to an NFS-mounted file system. --- chpass/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chpass/Makefile') diff --git a/chpass/Makefile b/chpass/Makefile index 3abed82..c17a4ce 100644 --- a/chpass/Makefile +++ b/chpass/Makefile @@ -60,10 +60,10 @@ yppasswd_private_clnt.c: ${RPCSRC_PRIV} beforeinstall: .for i in chpass chfn chsh ypchpass ypchfn ypchsh [ ! -e ${DESTDIR}${BINDIR}/$i ] || \ - chflags noschg ${DESTDIR}${BINDIR}/$i + chflags noschg ${DESTDIR}${BINDIR}/$i || true .endfor afterinstall: - chflags schg ${DESTDIR}${BINDIR}/chpass + -chflags schg ${DESTDIR}${BINDIR}/chpass .include -- cgit v1.2.3-56-ge451