[entropy.spm] PortagePlugin: fix os.path.join call in _extract_pkg_metadata_provided_libs
This commit is contained in:
@@ -4049,7 +4049,7 @@ class PortagePlugin(SpmPlugin):
|
||||
if obj_dir not in ldpaths:
|
||||
continue
|
||||
|
||||
unpack_obj = os.path.join(pkg_dir, obj)
|
||||
unpack_obj = os.path.join(pkg_dir, obj[1:])
|
||||
try:
|
||||
os.stat(unpack_obj)
|
||||
except OSError:
|
||||
|
||||
Reference in New Issue
Block a user