summaryrefslogtreecommitdiff
path: root/sci-chemistry/vmd/files/vmd-1.9.4-tmpdir.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/vmd/files/vmd-1.9.4-tmpdir.patch')
-rw-r--r--sci-chemistry/vmd/files/vmd-1.9.4-tmpdir.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/sci-chemistry/vmd/files/vmd-1.9.4-tmpdir.patch b/sci-chemistry/vmd/files/vmd-1.9.4-tmpdir.patch
deleted file mode 100644
index 295811db0580..000000000000
--- a/sci-chemistry/vmd/files/vmd-1.9.4-tmpdir.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/scripts/vmd/chemical2vmd.old 2020-09-09 18:40:56.795215443 +0200
-+++ b/scripts/vmd/chemical2vmd 2020-09-09 18:41:09.648348701 +0200
-@@ -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);