Ensure TEMPROOT is unique, to guard against multiple builds on same machine.
Differential Revision: D3002 Reviewed by: gjb
This commit is contained in:
parent
864d693444
commit
06c1e96aac
@ -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
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user