ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/python-Lib-site.py.patch
Revision: 1.2
Committed: Tue Aug 30 14:41:36 2011 UTC (13 years, 8 months ago) by lat
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
State: FILE REMOVED
Log Message:
Remove old obsolete RPMs and patches.

File Contents

# User Rev Content
1 elmer 1.1 --- Lib/site.py Tue Jul 20 04:28:28 2004
2     +++ Lib/site.py.new Mon Apr 4 10:47:12 2005
3     @@ -186,6 +186,7 @@
4     else:
5     sitedirs = [prefix, os.path.join(prefix, "lib", "site-packages")]
6     if sys.platform == 'darwin':
7     + sitedirs.append( os.path.join('__PREFIX__', 'lib', 'python2.4', 'site-packages') )
8     # for framework builds *only* we add the standard Apple
9     # locations. Currently only per-user, but /Library and
10     # /Network/Library could be added too