Scripts version 2092

This commit is contained in:
castro-fidel
2022-02-24 22:43:39 +03:00
parent 79cc8e6c8e
commit 2dd5edb03e
6 changed files with 52 additions and 13 deletions

View File

@ -621,6 +621,10 @@ export PW_WINELIB="${PORT_WINE_TMP_PATH}/libs${PW_LIBS_VER}"
try_remove_dir "${PW_WINELIB}/var"
export PW_GUI_ICON_PATH="${PORT_WINE_PATH}/data/img/gui"
export install_ver=`cat "${PORT_WINE_TMP_PATH}/${portname}_ver" | head -n 1`
if [[ "${install_ver}" == 97 ]] ; then
export install_ver="1.0"
echo "1.0" > "${PORT_WINE_TMP_PATH}/${portname}_ver"
fi
export WINETRICKS_DOWNLOADER="curl"
export USER_CONF="${PORT_WINE_PATH}/data/user.conf"
check_user_conf