[tor-browser-build/master] Bug 24514: set tmp directory used by dmg2mar

19 Dec
2017
19 Dec
'17
10:06 p.m.
commit c4db919cd945f421f36ec1c358bce15ecc192590 Author: Nicolas Vigier <boklm@torproject.org> Date: Tue Dec 19 20:46:55 2017 +0100 Bug 24514: set tmp directory used by dmg2mar --- projects/release/dmg2mar | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/release/dmg2mar b/projects/release/dmg2mar index d6175f5..ad1058e 100644 --- a/projects/release/dmg2mar +++ b/projects/release/dmg2mar @@ -1,4 +1,6 @@ #!/bin/bash [% c("var/set_default_env") -%] +export TMPDIR=[% shell_quote(c("tmp_dir")) %] +mkdir -p "$TMPDIR" cd [% shell_quote(path(dest_dir)) %]/[% c("var/signed_status") %]/[% c("version") %] [% shell_quote(c("basedir")) %]/tools/dmg2mar
2709
Age (days ago)
2709
Last active (days ago)
0 comments
1 participants
participants (1)
-
gk@torproject.org