Use a more secure method of creating the temporary
install directory.
This commit is contained in:
parent
4e0ccfb382
commit
2c142873b9
@ -140,9 +140,7 @@ STRICTTMPPATH= ${WORLDTMP}/usr/sbin:${WORLDTMP}/usr/bin:${WORLDTMP}/usr/games
|
||||
TMPPATH= ${STRICTTMPPATH}:${PATH}
|
||||
OBJFORMAT_PATH?= /usr/libexec
|
||||
|
||||
TMPDIR?= /tmp
|
||||
TMPPID!= echo $$$$
|
||||
INSTALLTMP= ${TMPDIR}/install.${TMPPID}
|
||||
INSTALLTMP!= mktemp -d -u -t install
|
||||
|
||||
#
|
||||
# Building a world goes through the following stages
|
||||
|
Loading…
Reference in New Issue
Block a user