diff options
author | James Valleroy <james.valleroy@gmail.com> | 2014-08-11 08:03:59 -0400 |
---|---|---|
committer | James Valleroy <james.valleroy@gmail.com> | 2014-08-11 08:03:59 -0400 |
commit | d47ccd70839a3d6b2ebd12570eb3b7f465e9440d (patch) | |
tree | b603f615ff0f9fe1e15c776ee235f66a0f8117f1 | |
parent | b28824f0625edc10766a5ad7593cbe094bb484b7 (diff) |
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 |