EmuHawkMono.sh 'I suck at shell scripts' fix

This commit is contained in:
Asnivor 2019-01-09 17:50:57 +00:00
parent c2bc9893e5
commit d7caf48a70
1 changed files with 1 additions and 2 deletions

View File

@ -8,8 +8,7 @@ libpath=""
if [ "$(command -v lsb_release)" ]; then
case "$(lsb_release -i | cut -c17- | tr -d "\n")" in
"Arch"|"ManjaroLinux") libpath="/usr/lib/wine";;
"Ubuntu"|"LinuxMint") libpath="/usr/lib/x86_64-linux-gnu/wine";;
"Debian"|"DebianLinux") libpath="/usr/lib/x86_64-linux-gnu/wine";;
"Debian"|"Ubuntu"|"LinuxMint") libpath="/usr/lib/x86_64-linux-gnu/wine";;
esac
fi
if [ -z "$libpath" ]; then