Commit a1ca24cf authored by Mikhail Tergoev's avatar Mikhail Tergoev

FIX: echo Gamemod not installed!

parent 165f66fc
...@@ -62,7 +62,8 @@ then ...@@ -62,7 +62,8 @@ then
# LD_PRELOAD="$LD_PRELOAD:/usr/${LIB}/libgamemodeauto.so" # LD_PRELOAD="$LD_PRELOAD:/usr/${LIB}/libgamemodeauto.so"
var_gamemode="gamemoderun" var_gamemode="gamemoderun"
else else
var_gamemode=`echo "Gamemod not installed!"` var_gamemode=`echo " "`
echo "Gamemod not installed!"
fi fi
######################################################################## ########################################################################
WINEDIR="${PORT_WINE_PATH}"/data/dist WINEDIR="${PORT_WINE_PATH}"/data/dist
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment