]> git.pld-linux.org Git - packages/firefox.git/blame - firefox-system-virtualenv.patch
up to 89.0
[packages/firefox.git] / firefox-system-virtualenv.patch
CommitLineData
a9334f16
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
8a30945e 3@@ -71,9 +71,7 @@
c5cd9be2
JB
4 @property
5 def virtualenv_script_path(self):
6 """Path to virtualenv's own populator script."""
8a30945e
JP
7- return os.path.join(
8- self.topsrcdir, "third_party", "python", "virtualenv", "virtualenv.py"
9- )
68a640a7 10+ return '/usr/bin/virtualenv-3'
2472964d
JP
11
12 @property
13 def version_info(self):
This page took 0.053903 seconds and 4 git commands to generate.