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:
parent
56b602dd6a
commit
d235a1a0d7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=88450
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user