]> git.pld-linux.org Git - packages/firefox.git/blob - firefox-system-virtualenv.patch
0abe1b22d0999fca9f30bb156932527d29dd7faa
[packages/firefox.git] / firefox-system-virtualenv.patch
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 @@ -71,8 +71,7 @@
4      @property
5      def virtualenv_script_path(self):
6          """Path to virtualenv's own populator script."""
7 -        return os.path.join(self.topsrcdir, 'third_party', 'python',
8 -                            'virtualenv', 'virtualenv.py')
9 +        return '/usr/bin/virtualenv-3'
10  
11      @property
12      def bin_path(self):
This page took 0.02302 seconds and 2 git commands to generate.