diff options
author | Nick Daly <nick.m.daly@gmail.com> | 2014-08-19 21:32:59 -0500 |
---|---|---|
committer | Nick Daly <nick.m.daly@gmail.com> | 2014-08-19 21:32:59 -0500 |
commit | 40e03b4415649f70447e07c50de38b3f30026696 (patch) | |
tree | b603f615ff0f9fe1e15c776ee235f66a0f8117f1 | |
parent | b28824f0625edc10766a5ad7593cbe094bb484b7 (diff) | |
parent | d47ccd70839a3d6b2ebd12570eb3b7f465e9440d (diff) |
Merge pull request #45 from jvalleroy/set-tmpdir
Set TMP and TMPDIR.
-rwxr-xr-x | bin/freedombox-customize | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/freedombox-customize b/bin/freedombox-customize index aab7d20..af92885 100755 --- a/bin/freedombox-customize +++ b/bin/freedombox-customize @@ -22,6 +22,7 @@ echo info: building $MACHINE for $ARCHITECTURE to $DESTINATION export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true export LC_ALL=C LANGUAGE=C LANG=C +export TMP=/tmp/ TMPDIR=/tmp/ username=fbx password=frdm |