]> git.pld-linux.org Git - packages/mozjs24.git/blame - mozjs24-system-virtualenv.patch
- rel 6; fix build
[packages/mozjs24.git] / mozjs24-system-virtualenv.patch
CommitLineData
23e7c3ee
JB
1--- mozjs-24.2.0/js/src/build/virtualenv/populate_virtualenv.py.orig 2013-10-29 21:40:23.000000000 +0100
2+++ mozjs-24.2.0/js/src/build/virtualenv/populate_virtualenv.py 2014-03-04 08:57:39.017639389 +0100
3@@ -39,8 +39,7 @@
4 @property
5 def virtualenv_script_path(self):
6 """Path to virtualenv's own populator script."""
7- return os.path.join(self.topsrcdir, 'python', 'virtualenv',
8- 'virtualenv.py')
ae88bea3 9+ return '/usr/bin/virtualenv-2'
23e7c3ee
JB
10
11 @property
12 def python_path(self):
This page took 0.106512 seconds and 4 git commands to generate.