Ensure TEMPROOT is unique, to guard against multiple builds on same machine.

Differential Revision:	D3002
Reviewed by:	gjb
This commit is contained in:
Simon J. Gerraty 2015-11-08 23:46:05 +00:00
parent 55dbdc2140
commit 3fc9660791
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=290565

View file

@ -30,7 +30,7 @@ display_usage () {
# Set the default path for the temporary root environment
#
TEMPROOT='/var/tmp/temproot'
TEMPROOT=`TMPDIR=/var/tmp mktemp -d -t temproot`
# Assign the location of the mtree database
#