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

New commits:
commit 91fd00e7e7f8d55af11bcbdce67e5e12bbddbe16
Author: Norbert Thiebaud <[email protected]>
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
 }
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to