From 1e8cf44a58e1b5714fdefaceee0c27e5d8911044 Mon Sep 17 00:00:00 2001 From: John Birrell Date: Fri, 11 Dec 1998 00:09:39 +0000 Subject: [PATCH] Change to the current directory before doing the install. I !love make. --- etc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/Makefile b/etc/Makefile index e57bb1c796a..e43a0977a8b 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.11 (Berkeley) 5/21/91 -# $Id: Makefile,v 1.180 1998/11/20 23:20:00 jdp Exp $ +# $Id: Makefile,v 1.181 1998/12/10 05:34:11 jb Exp $ SUBDIR= sendmail @@ -167,6 +167,7 @@ _etc_missing+=$(_f) # install: .if (${_etc_missing} != "") + cd ${.CURDIR}; \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ${_etc_missing} \ ${DESTDIR}/etc .endif