]> git.cameronkatri.com Git - pw-darwin.git/commitdiff
Final update to current version of head in preparation for reintegration.
authorKirk McKusick <mckusick@FreeBSD.org>
Thu, 6 May 2010 17:37:23 +0000 (17:37 +0000)
committerKirk McKusick <mckusick@FreeBSD.org>
Thu, 6 May 2010 17:37:23 +0000 (17:37 +0000)
chpass/Makefile

index a5571d72ffba355bfa13e877ae49ccc36f7d5b61..566173e14d8d0c7e606462a886ac27c4dd09fe62 100644 (file)
@@ -38,7 +38,9 @@ MLINKS+= chpass.1 ypchpass.1 chpass.1 ypchfn.1 chpass.1 ypchsh.1
 
 beforeinstall:
 .for i in chpass chfn chsh ypchpass ypchfn ypchsh
+.if exists(${DESTDIR}${BINDIR}/$i)
        -chflags noschg ${DESTDIR}${BINDIR}/$i
+.endif
 .endfor
 
 .if !defined(NO_FSCHG)