summaryrefslogtreecommitdiff
path: root/sci-chemistry/vmd/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
commit7bc9c63c9da678a7e6fceb095d56c634afd22c56 (patch)
tree4a67d50a439e9af63947e5f8b6ba3719af98b6c9 /sci-chemistry/vmd/files
parentb284a3168fa91a038925d2ecf5e4791011ea5e7d (diff)
gentoo resync : 15.12.2019
Diffstat (limited to 'sci-chemistry/vmd/files')
-rw-r--r--sci-chemistry/vmd/files/vmd-1.9.3-tmpdir.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/sci-chemistry/vmd/files/vmd-1.9.3-tmpdir.patch b/sci-chemistry/vmd/files/vmd-1.9.3-tmpdir.patch
new file mode 100644
index 000000000000..22712abf30b8
--- /dev/null
+++ b/sci-chemistry/vmd/files/vmd-1.9.3-tmpdir.patch
@@ -0,0 +1,22 @@
+--- a/scripts/vmd/vmdinit.tcl~ 2016-10-27 05:46:34.000000000 +0200
++++ b/scripts/vmd/vmdinit.tcl 2019-12-03 16:29:01.894002827 +0100
+@@ -197,7 +197,7 @@
+ set env(TMPDIR) /tmp
+ }
+ default {
+- set env(TMPDIR) /usr/tmp
++ set env(TMPDIR) /tmp
+ }
+ }
+ }
+--- a/scripts/vmd/chemical2vmd~ 2000-07-03 19:30:23.000000000 +0200
++++ b/scripts/vmd/chemical2vmd 2019-12-03 16:28:49.316861178 +0100
+@@ -61,7 +61,7 @@
+
+
+ # Make a temp. file to store the load command
+-$ENV{'TMPDIR'} = '/usr/tmp' if !$ENV{'TMPDIR'};
++$ENV{'TMPDIR'} = '/tmp' if !$ENV{'TMPDIR'};
+ sub tmpfile {
+ local ($tempfile) = $ENV{'TMPDIR'} . '/chemical2vmd.' . $$;
+ local ($i);