Commit ea623d06f8654cbcdde5242b5b21d606722f8604
1 parent
9414d7d9
Exists in
master
Fix setup bug for redhat
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/wrapper_flipro/setup.py
... | ... | @@ -72,7 +72,7 @@ if distro_name == "Windows": |
72 | 72 | path_manufacturer = "libflipro-Version-1.12.59-Windows" |
73 | 73 | elif distro_name == "Ubuntu" or distro_name == "Fedora": |
74 | 74 | path_manufacturer = "libflipro-Version-2.0.5-" |
75 | -elif distro_name == "redhat" : | |
75 | +elif distro_name == "Red Hat Enterprise Linux": | |
76 | 76 | path_manufacturer = "libflipro-Version-1.12.59-CentOSLinux" |
77 | 77 | |
78 | 78 | # ===================================================== | ... | ... |