summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-08-13 22:31:04 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-08-13 22:31:04 -0400
commitf7cff032bee779a9fe3a45bb42d9893c4b72871e (patch)
tree0be15e18ec10e900e820ebbc729a5636eca67456
parent216d3cb94007701635922504339f028d6d045828 (diff)
teach java about $TMPDIR
-rw-r--r--.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/.profile b/.profile
index d2a1e6c..2012c30 100644
--- a/.profile
+++ b/.profile
@@ -49,6 +49,7 @@ _JAVA_OPTIONS=''
_JAVA_OPTIONS+=' -Dawt.useSystemAAFontSettings=on'
_JAVA_OPTIONS+=' -Dswing.aatext=true'
_JAVA_OPTIONS+=' -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel'
+_JAVA_OPTIONS+=" -Djava.io.tmpdir=$TMPDIR"
export _JAVA_OPTIONS
# ALSA