Commit 50ef4140 authored by Mikhail Tergoev's avatar Mikhail Tergoev

delete runlibs

parent 68bd564e
......@@ -62,13 +62,13 @@ then
fi
read "var_dxvk_on" < "${config_path}/dxvk_on"
export "var_dxvk_on"
#if [ ! -x "`which "gamemode" 2>/dev/null`" ]
#then
# LD_PRELOAD="$LD_PRELOAD:/usr/${LIB}/libgamemodeauto.so"
# var_gamemode="gamemoderun"
#else
# var_gamemode=""
#fi
if [ ! -x "`which "gamemode" 2>/dev/null`" ]
then
# LD_PRELOAD="$LD_PRELOAD:/usr/${LIB}/libgamemodeauto.so"
var_gamemode="gamemoderun"
else
var_gamemode=`echo "Gamemod not installed!"`
fi
########################################################################
WINEDIR="${PORT_WINE_PATH}"/data/dist
WINELIB="${PORT_WINE_PATH}"/data/libs
......
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