File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
libpath=" "
8
8
winepath=" "
9
9
if [ " $( command -v lsb_release) " ]; then
10
- case " $( lsb_release -i | cut -c17- | tr -d " \n" ) " in
11
- " Arch " |" ManjaroLinux " |" Artix " ) libpath=" /usr/lib" ;;
12
- " Fedora " ) libpath=" /usr/lib64" ; export MONO_WINFORMS_XIM_STYLE=disabled;; # see https://bugzilla.xamarin.com/show_bug.cgi?id=28047#c9
13
- " Debian " |" LinuxMint " |" Ubuntu " |" Pop " ) libpath=" /usr/lib/x86_64-linux-gnu" ; export MONO_WINFORMS_XIM_STYLE=disabled;; # ditto
10
+ case " $( lsb_release -i | cut -c17- | tr -d " \n" | tr A-Z a-z ) " in
11
+ " arch " |" manjarolinux " |" artix " ) libpath=" /usr/lib" ;;
12
+ " fedora " ) libpath=" /usr/lib64" ; export MONO_WINFORMS_XIM_STYLE=disabled;; # see https://bugzilla.xamarin.com/show_bug.cgi?id=28047#c9
13
+ " debian " |" linuxmint " |" ubuntu " |" pop " ) libpath=" /usr/lib/x86_64-linux-gnu" ; export MONO_WINFORMS_XIM_STYLE=disabled;; # ditto
14
14
esac
15
15
else
16
16
printf " Distro does not provide LSB release info API! (You've met with a terrible fate, haven't you?)\n"
You can’t perform that action at this time.
0 commit comments