summarylogtreecommitdiffstats
path: root/grokevt-distutils.py.patch
diff options
context:
space:
mode:
authorBogdan Szczurek2015-08-24 00:20:01 +0200
committerBogdan Szczurek2015-08-24 00:20:01 +0200
commit725699161654c1b5ea9b8b9143e946bf89bcd4f6 (patch)
tree40694ae0ff4ea04c1c0799ae285a1a4992a9c4c4 /grokevt-distutils.py.patch
downloadaur-grokevt.tar.gz
Initial import
Diffstat (limited to 'grokevt-distutils.py.patch')
-rw-r--r--grokevt-distutils.py.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/grokevt-distutils.py.patch b/grokevt-distutils.py.patch
new file mode 100644
index 000000000000..e14a0b576dbe
--- /dev/null
+++ b/grokevt-distutils.py.patch
@@ -0,0 +1,9 @@
+--- grokevt-distutils.py.old 2012-02-24 22:26:24.628620887 +0100
++++ grokevt-distutils.py 2012-02-24 22:28:01.395976836 +0100
+@@ -1,4 +1,6 @@
+ # Called from make with appropriate python version
+
+ from distutils.core import setup
++import os, sys
++sys.prefix = os.environ['PREFIX']
+ setup(name='grokevt', version='0.5', package_dir={'':'lib'}, py_modules=['grokevt'])