Commit 9a9b7931b6dc4e44962cb038961056690d85e57a
1 parent
ea623d06
Exists in
master
redhat compatibility
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/wrapper_flipro/setup.py
... | ... | @@ -88,7 +88,7 @@ elif distro_name == "Ubuntu" or distro_name == "Fedora": |
88 | 88 | library_dirs = [os.path.join(path_external, path_manufacturer + distro_name)] |
89 | 89 | for library_dir in library_dirs: |
90 | 90 | srcs.extend( glob.glob(os.path.join(library_dir, "*.so*")) ) |
91 | -elif distro_name == "redhat": | |
91 | +elif distro_name == "Red Hat Enterprise Linux": | |
92 | 92 | library_dirs = [os.path.join(path_external, path_manufacturer)] |
93 | 93 | for library_dir in library_dirs: |
94 | 94 | srcs.extend( glob.glob(os.path.join(library_dir, "*.so*")) ) | ... | ... |