We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a70b53 commit 333fd6dCopy full SHA for 333fd6d
Assets/EmuHawkMono.sh
@@ -8,7 +8,7 @@ libpath=""
8
if [ "$(command -v lsb_release)" ]; then
9
case "$(lsb_release -i | cut -c17- | tr -d "\n" | tr A-Z a-z)" in
10
"arch"|"artix"|"manjarolinux") libpath="/usr/lib";;
11
- "fedora") libpath="/usr/lib64";;
+ "fedora"|"gentoo") libpath="/usr/lib64";;
12
"debian"|"linuxmint"|"pop"|"ubuntu") libpath="/usr/lib/x86_64-linux-gnu";;
13
esac
14
else
0 commit comments