Merge pull request #20856 from avnik/qt5-mktemp

qt5: more reproducible builds
This commit is contained in:
Thomas Tuegel
2016-12-03 09:49:12 -06:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -91,7 +91,7 @@ _qtSetQmakePath() {
if [ -z "$NIX_QT5_TMP" ]; then
if [ -z "$NIX_QT_SUBMODULE" ]; then
NIX_QT5_TMP=$(mktemp -d)
NIX_QT5_TMP=$(pwd)/__nix_qt5__
else
NIX_QT5_TMP=$out
fi

View File

@@ -91,7 +91,7 @@ _qtSetQmakePath() {
if [ -z "$NIX_QT5_TMP" ]; then
if [ -z "$NIX_QT_SUBMODULE" ]; then
NIX_QT5_TMP=$(mktemp -d)
NIX_QT5_TMP=$(pwd)/__nix_qt5__
else
NIX_QT5_TMP=$out
fi

View File

@@ -91,7 +91,7 @@ _qtSetQmakePath() {
if [ -z "$NIX_QT5_TMP" ]; then
if [ -z "$NIX_QT_SUBMODULE" ]; then
NIX_QT5_TMP=$(mktemp -d)
NIX_QT5_TMP=$(pwd)/__nix_qt5__
else
NIX_QT5_TMP=$out
fi