aboutcode-org / scancode-plugins

A set of plugins either delivered as builtin scancode-toolkit or extra plugins
2 stars 8 forks source link

Libraries location incorrect on 32 bits RPM systems #33

Closed eclipseo closed 1 week ago

eclipseo commented 1 year ago

https://github.com/nexB/scancode-plugins/blob/4df0cf04e1b7b6774ba6e983c7c57002f19327c9/builtins/extractcode_libarchive_system_provided/src/extractcode_libarchive/__init__.py#L36

                elif distribution in rpm_based_distro:
                    lib_dir = '/usr/lib64'

This can't work on 32 bits system.