From 928703e4b60bc3e4973aa00f0c2156e73d5cb9db Mon Sep 17 00:00:00 2001 From: des Date: Wed, 23 Jul 2003 20:22:50 +0000 Subject: Install rc files from ${.CURDIR}, not ${.OBJDIR}. --- tools/tools/tinderbox/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/tools/tinderbox/Makefile b/tools/tools/tinderbox/Makefile index 0fb0193..7bf8a66 100644 --- a/tools/tools/tinderbox/Makefile +++ b/tools/tools/tinderbox/Makefile @@ -19,6 +19,7 @@ ETCOWN ?= ${USER} ETCGRP ?= ${USER} beforeinstall: - ${INSTALL} -m 0644 -o ${ETCOWN} -g ${ETCGRP} ${RCFILES} ${ETCDIR} + (cd ${.CURDIR} &&\ + ${INSTALL} -m 0644 -o ${ETCOWN} -g ${ETCGRP} ${RCFILES} ${ETCDIR}) .include -- cgit v1.1