diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-04-17 19:15:38 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-04-17 19:15:38 +0000 |
| commit | 144b71fe74f64d4e9914ad624a19830626ca5b51 (patch) | |
| tree | a73f901ea6da660918451aa3819c750d47725ab7 /usr.bin/chpass | |
| parent | aa556f48a90ce60c1133c44514a9b5771f0b06d3 (diff) | |
Notes
Diffstat (limited to 'usr.bin/chpass')
| -rw-r--r-- | usr.bin/chpass/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/chpass/Makefile b/usr.bin/chpass/Makefile index d5090da9a2dd..7b76f90e7f67 100644 --- a/usr.bin/chpass/Makefile +++ b/usr.bin/chpass/Makefile @@ -10,9 +10,10 @@ LINKS= ${BINDIR}/chpass ${BINDIR}/chfn ${BINDIR}/chpass ${BINDIR}/chsh MLINKS= chpass.1 chfn.1 chpass.1 chsh.1 beforeinstall: - [ ! -e /usr/bin/chpass ] || chflags noschg /usr/bin/chpass + [ ! -e ${DESTDIR}/usr/bin/chpass ] || \ + chflags noschg ${DESTDIR}/usr/bin/chpass afterinstall: - chflags schg /usr/bin/chpass + chflags schg ${DESTDIR}/usr/bin/chpass .include <bsd.prog.mk> |
