]> git.pld-linux.org Git - packages/python-virtualenv.git/blob - rebuild-support.patch
- more x32 fixes, should work now on all archs
[packages/python-virtualenv.git] / rebuild-support.patch
1 --- virtualenv-1.8.4/bin/rebuild-script.py      2011-08-31 12:30:48.000000000 +0200
2 +++ virtualenv-1.9.1/bin/rebuild-script.py      2013-04-05 20:06:30.000000000 +0200
3 @@ -29,7 +29,7 @@
4          data = match.group(3)
5  
6          print('Found file %s' % fn_decoded)
7 -        pathname = os.path.join(here, '..', 'virtualenv_embedded', fn_decoded)
8 +        pathname = os.path.join(here, '..', 'virtualenv_support', fn_decoded)
9  
10          with open(pathname, 'rb') as f:
11              embedded = f.read()
12
This page took 0.023455 seconds and 3 git commands to generate.