1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-28 11:57:28 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=88450

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