]> git.pld-linux.org Git - packages/seamonkey.git/blame - seamonkey-system-virtualenv.patch
- updated to 2.49.5 (mostly security fixes; lightning, chatzilla and dom-inspector...
[packages/seamonkey.git] / seamonkey-system-virtualenv.patch
CommitLineData
c7d608a7
JB
1--- xulrunner-27.0/mozilla/python/mozbuild/mozbuild/virtualenv.py~ 2013-05-11 21:19:23.000000000 +0200
2+++ xulrunner-27.0/mozilla/python/mozbuild/mozbuild/virtualenv.py 2013-05-14 22:51:32.136719267 +0200
3@@ -37,8 +37,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')
ceb753a6 9+ return '/usr/bin/virtualenv-2'
c7d608a7
JB
10
11 @property
12 def python_path(self):
This page took 0.034117 seconds and 4 git commands to generate.