diff options
Diffstat (limited to 'tinderbox')
-rw-r--r-- | tinderbox/bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinderbox/bashrc b/tinderbox/bashrc index f6d6351..71da78e 100644 --- a/tinderbox/bashrc +++ b/tinderbox/bashrc @@ -64,7 +64,7 @@ : ${TINDERBOX_DIR:="/var/log/tinderbox"} PACKAGE_DATA_DIR="${TINDERBOX_DIR}/${CATEGORY}/${PN}" -BUILD_DATA_DIR="${PACKAGE_DATA_DIR}/${PF}/$(uuidgen)" +BUILD_DATA_DIR="${PACKAGE_DATA_DIR}/${PF}/$(cat /proc/sys/kernel/random/uuid)" tinderbox_setup_common() { SANDBOX_ON=0 mkdir -p "${BUILD_DATA_DIR}" > /dev/null |