Skip to content

Commit 333fd6d

Browse files
committed
Add Gentoo to Linux run script
1 parent 2a70b53 commit 333fd6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/EmuHawkMono.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ libpath=""
88
if [ "$(command -v lsb_release)" ]; then
99
case "$(lsb_release -i | cut -c17- | tr -d "\n" | tr A-Z a-z)" in
1010
"arch"|"artix"|"manjarolinux") libpath="/usr/lib";;
11-
"fedora") libpath="/usr/lib64";;
11+
"fedora"|"gentoo") libpath="/usr/lib64";;
1212
"debian"|"linuxmint"|"pop"|"ubuntu") libpath="/usr/lib/x86_64-linux-gnu";;
1313
esac
1414
else

0 commit comments

Comments
 (0)