summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorjedgar <jedgar@FreeBSD.org>2001-12-23 22:49:06 +0000
committerjedgar <jedgar@FreeBSD.org>2001-12-23 22:49:06 +0000
commit22c0505e3159b3f57081db9f65aa344982384616 (patch)
tree7239df545078c8edff55f63f1c9578e87c3e0d53 /Makefile.inc1
parent965b8e2ef24933ee6be3051b797bdeee78f8b39e (diff)
downloadFreeBSD-src-22c0505e3159b3f57081db9f65aa344982384616.zip
FreeBSD-src-22c0505e3159b3f57081db9f65aa344982384616.tar.gz
Specify the full path to mktemp
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index ce622cf..e41f785 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -140,7 +140,7 @@ STRICTTMPPATH= ${WORLDTMP}/usr/sbin:${WORLDTMP}/usr/bin:${WORLDTMP}/usr/games
TMPPATH= ${STRICTTMPPATH}:${PATH}
OBJFORMAT_PATH?= /usr/libexec
-INSTALLTMP!= mktemp -d -u -t install
+INSTALLTMP!= /usr/bin/mktemp -d -u -t install
#
# Building a world goes through the following stages
OpenPOWER on IntegriCloud