[csw-devel] SF.net SVN: gar:[10462] csw/mgar/gar/v2/lib/python/dependency_checks.py
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Tue Jul 6 22:06:33 CEST 2010
Revision: 10462
http://gar.svn.sourceforge.net/gar/?rev=10462&view=rev
Author: wahwah
Date: 2010-07-06 20:06:32 +0000 (Tue, 06 Jul 2010)
Log Message:
-----------
mGAR v2: checkpkg, a bugfix for a concatenation of a list and a tuple.
Modified Paths:
--------------
csw/mgar/gar/v2/lib/python/dependency_checks.py
Modified: csw/mgar/gar/v2/lib/python/dependency_checks.py
===================================================================
--- csw/mgar/gar/v2/lib/python/dependency_checks.py 2010-07-06 19:00:34 UTC (rev 10461)
+++ csw/mgar/gar/v2/lib/python/dependency_checks.py 2010-07-06 20:06:32 UTC (rev 10462)
@@ -31,7 +31,7 @@
binary_info["path"],
binary_info["runpath"],
path_list)
- runpath_list = binary_info["runpath"] + checkpkg.SYS_DEFAULT_RUNPATH
+ runpath_list = binary_info["runpath"] + tuple(checkpkg.SYS_DEFAULT_RUNPATH)
for runpath in runpath_list:
resolved_path = ldd_emulator.ResolveSoname(runpath,
soname,
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