From e7dcc3178dac720470adf37e07b320a8600fb0ce Mon Sep 17 00:00:00 2001 From: rgrimes Date: Mon, 17 Apr 1995 19:15:38 +0000 Subject: Missing ${DESTDIR} on chflags commands added. --- usr.bin/chpass/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'usr.bin/chpass/Makefile') diff --git a/usr.bin/chpass/Makefile b/usr.bin/chpass/Makefile index d5090da..7b76f90 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 -- cgit v1.1