[csw-devel] SF.net SVN: gar:[18040] csw/mgar/gar/v2/lib/python/makeStdLibDb.py
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Thu May 17 18:25:22 CEST 2012
Revision: 18040
http://gar.svn.sourceforge.net/gar/?rev=18040&view=rev
Author: wahwah
Date: 2012-05-17 16:25:22 +0000 (Thu, 17 May 2012)
Log Message:
-----------
makeStdLibDb: Adding /usr/sfw/lib
Some of the libraries that OpenCSW packages depend on, are in /usr/sfw/lib.
Modified Paths:
--------------
csw/mgar/gar/v2/lib/python/makeStdLibDb.py
Modified: csw/mgar/gar/v2/lib/python/makeStdLibDb.py
===================================================================
--- csw/mgar/gar/v2/lib/python/makeStdLibDb.py 2012-05-17 16:24:53 UTC (rev 18039)
+++ csw/mgar/gar/v2/lib/python/makeStdLibDb.py 2012-05-17 16:25:22 UTC (rev 18040)
@@ -20,6 +20,7 @@
'/usr/openwin/lib',
'/usr/X11/lib',
'/usr/ucblib',
+ '/usr/sfw/lib',
)
for libdir in std_locations:
os.chdir(libdir)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list