]> git.cameronkatri.com Git - pw-darwin.git/blobdiff - chpass/Makefile
fix a serious bug where, on alpha, due to a an int/long type mismatch,
[pw-darwin.git] / chpass / Makefile
index 3abed829d3ac79e556273266f031e5551c43af2f..c17a4ce7ceb5fc2a3a14a2defd8ea1da9efc41c7 100644 (file)
@@ -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 <bsd.prog.mk>