[Libreoffice-commits] buildbot.git: tb/tb_phases.sh

Norbert Thiebaud nthiebaud at gmail.com
Wed Oct 8 16:36:51 PDT 2014


 tb/tb_phases.sh |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 91fd00e7e7f8d55af11bcbdce67e5e12bbddbe16
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Wed Oct 8 18:36:26 2014 -0500

    tb TMP and TEMP are also used as TMPDIR....

diff --git a/tb/tb_phases.sh b/tb/tb_phases.sh
index 1472e62..20e4409 100644
--- a/tb/tb_phases.sh
+++ b/tb/tb_phases.sh
@@ -15,6 +15,8 @@ canonical_pre_autogen()
             rm -fr tempdir
             mkdir tempdir
             export TMPDIR="$(pwd)/tempdir"
+            export TMP="$(pwd)/tempdir"
+            export TEMP="$(pwd)/tempdir"
         fi
     fi
 }


More information about the Libreoffice-commits mailing list