From 51bc23372bc60cf247d110421fb63a67e4e037e4 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. --- chpass/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'chpass/Makefile') diff --git a/chpass/Makefile b/chpass/Makefile index d5090da..7b76f90 100644 --- a/chpass/Makefile +++ b/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.2.3-56-ge451