diff options
author | Jan Horak <jhorak@redhat.com> | 2012-10-08 17:09:13 +0200 |
---|---|---|
committer | Jan Horak <jhorak@redhat.com> | 2012-10-08 17:09:13 +0200 |
commit | 1cb85e968fd2669fb8c1bb8e06cfff1d0bf2407e (patch) | |
tree | 967708185c6b0fce9266b6b7557c04c72df48e9e /firefox.sh.in | |
parent | Update to 15.0.1 (diff) | |
download | librewolf-fedora-ff-1cb85e968fd2669fb8c1bb8e06cfff1d0bf2407e.tar.gz librewolf-fedora-ff-1cb85e968fd2669fb8c1bb8e06cfff1d0bf2407e.tar.bz2 librewolf-fedora-ff-1cb85e968fd2669fb8c1bb8e06cfff1d0bf2407e.zip |
Update to 16.0
Diffstat (limited to 'firefox.sh.in')
-rw-r--r-- | firefox.sh.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/firefox.sh.in b/firefox.sh.in index 6004ea6..2c7d5c0 100644 --- a/firefox.sh.in +++ b/firefox.sh.in @@ -143,6 +143,12 @@ export FONTCONFIG_PATH GNOME_DISABLE_CRASH_DIALOG=1 export GNOME_DISABLE_CRASH_DIALOG +## +## Use /var/tmp instead of /tmp because of 1GB /tmp limit in Fedora 18 and later +## +TMPDIR="/var/tmp" +export TMPDIR + # OK, here's where all the real work gets done |