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

delete runlibs

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