Commit f2489447 authored by PJ Eby's avatar PJ Eby

Ugh. Rereading the Fedora patch shows my previous hack won't actually

accomplish anything useful.  This one should, but it needs testing by
someone who actually has a Fedora 64-bit x86 setup.

--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4042301
parent 3bc9101b
......@@ -933,8 +933,8 @@ def get_site_dirs():
'Python',
sys.version[:3],
'site-packages'))
site_lib = get_python_lib(prefix=prefix or None)
for plat_specific in (0,1):
site_lib = get_python_lib(plat_specific)
if site_lib not in sitedirs: sitedirs.append(site_lib)
sitedirs = filter(os.path.isdir, sitedirs)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment