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

Differential Revision:	D3002
Reviewed by:	gjb
This commit is contained in:
sjg 2015-11-08 23:46:05 +00:00
parent 864d693444
commit 06c1e96aac

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
#