summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/tinderbox/Makefile3
1 files changed, 2 insertions, 1 deletions
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 <bsd.prog.mk>
OpenPOWER on IntegriCloud