From 144b71fe74f64d4e9914ad624a19830626ca5b51 Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" 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') 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 -- cgit v1.3