aboutsummarylogtreecommitdiffstats
path: root/python2.patch
diff options
context:
space:
mode:
authorJP-Ellis2017-03-17 17:00:47 +1100
committerJP-Ellis2017-03-17 17:09:09 +1100
commit0569789d1e94786e59636ccc682eef77bade3e51 (patch)
treec53a56a2219e96f0218a000e71bf33ce9bc1f6f4 /python2.patch
downloadaur-0569789d1e94786e59636ccc682eef77bade3e51.tar.gz
Initial commit
Signed-off-by: JP-Ellis <josh@jpellis.me>
Diffstat (limited to 'python2.patch')
-rw-r--r--python2.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/python2.patch b/python2.patch
new file mode 100644
index 000000000000..8e7c74acd929
--- /dev/null
+++ b/python2.patch
@@ -0,0 +1,30 @@
+diff --git a/compile.py b/compile.py
+index 43e92ff..c7c5db6 100755
+--- a/compile.py
++++ b/compile.py
+@@ -1,4 +1,4 @@
+-#! /usr/bin/env python
++#!/usr/bin/python2
+
+ import subprocess
+ import sys
+diff --git a/get_pythia8_version.py b/get_pythia8_version.py
+index ad71984..12774db 100755
+--- a/get_pythia8_version.py
++++ b/get_pythia8_version.py
+@@ -1,4 +1,4 @@
+-#! /usr/bin/env python
++#!/usr/bin/python2
+
+ import sys
+ import os
+diff --git a/make_tarball.py b/make_tarball.py
+index beae595..8f90224 100755
+--- a/make_tarball.py
++++ b/make_tarball.py
+@@ -1,4 +1,4 @@
+-#! /usr/bin/env python
++#!/usr/bin/python2
+
+ import tarfile
+ import os