Specify the full path to mktemp

This commit is contained in:
Chris D. Faulhaber 2001-12-23 22:49:06 +00:00
parent 56b602dd6a
commit d235a1a0d7

View File

@ -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