You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-misc/treeline/files/treeline-1.2.3-nocompile.patch

13 lines
532 B

--- a/install.py
+++ b/install.py
@@ -230,7 +230,8 @@
pythonBuildDir = os.path.join(buildRoot, pythonPrefixDir[1:])
if os.path.isdir('source'):
- compileall.compile_dir('source', ddir=os.path.join(prefixDir, 'source'))
+ # don't compile, let our eclass handle that
+ # compileall.compile_dir('source', ddir=os.path.join(prefixDir, 'source'))
print 'Installing files...'
print ' Copying python files to %s' % pythonBuildDir
removeDir(pythonBuildDir) # remove old?