summarylogtreecommitdiffstats
path: root/coot-pyrogen.patch
diff options
context:
space:
mode:
authorAthemis2019-01-22 11:03:15 +0100
committerAthemis2019-01-22 11:03:15 +0100
commit0f19d73f9dfa49385ac692c554dfc383c91933f3 (patch)
treed10e49988ba2cec1481106a99a3b375ad12e8da1 /coot-pyrogen.patch
downloadaur-coot-git.tar.gz
initial commit
Diffstat (limited to 'coot-pyrogen.patch')
-rw-r--r--coot-pyrogen.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/coot-pyrogen.patch b/coot-pyrogen.patch
new file mode 100644
index 000000000000..655abac7172b
--- /dev/null
+++ b/coot-pyrogen.patch
@@ -0,0 +1,22 @@
+--- pyrogen/pyrogen.in.old 2016-06-29 05:00:18.000000000 +0200
++++ pyrogen/pyrogen.in 2017-06-15 22:11:34.872817885 +0200
+@@ -7,11 +7,11 @@
+
+ systype=$(uname)
+
+-if [ $systype = Darwin ] ; then
++if [ $systype = Darwin ] ; then
+ prfx=$(dirname "$current_exe_dir")
+ if [ -z "$DYLD_FALLBACK_LIBRARY_PATH" ] ; then
+ DYLD_FALLBACK_LIBRARY_PATH=$prfx/lib
+- else
++ else
+ DYLD_FALLBACK_LIBRARY_PATH=$prfx/lib:${DYLD_FALLBACK_LIBRARY_PATH}
+ fi
+ export DYLD_FALLBACK_LIBRARY_PATH
+@@ -22,4 +22,4 @@
+
+ export PATH=$prfx/bin:$PATH
+
+-python -m pyrogen "${@}"
++python2 -m pyrogen "${@}"