Skip to content
Snippets Groups Projects
Commit b0d538ae authored by David Verelst's avatar David Verelst
Browse files

fix wine exe dir name

parent 9978d8af
No related branches found
No related tags found
No related merge requests found
...@@ -63,7 +63,7 @@ if [[ ${_HOSTNAME_:0:1} == "j" ]] ; then ...@@ -63,7 +63,7 @@ if [[ ${_HOSTNAME_:0:1} == "j" ]] ; then
WINE_ENV_VARS="WINEPREFIX=$WINEDIRNAME" WINE_ENV_VARS="WINEPREFIX=$WINEDIRNAME"
WINE_ALIAS="wine" WINE_ALIAS="wine"
CP_EXE_FROM="/home/MET/hawc2exe/$WINEARCH" CP_EXE_FROM="/home/MET/hawc2exe/$WINEARCH"
EXE_DIR_UNIX="/home/$USER/DTU/Software/wine_exe/$WINEARCH/" EXE_DIR_UNIX="/home/$USER/wine_exe/$WINEARCH/"
wine_init_config wine_init_config
fi fi
...@@ -77,6 +77,6 @@ WINEDIRNAME="/home/$USER/.wine32" ...@@ -77,6 +77,6 @@ WINEDIRNAME="/home/$USER/.wine32"
WINE_ENV_VARS="WINEARCH=$WINEARCH WINEPREFIX=$WINEDIRNAME" WINE_ENV_VARS="WINEARCH=$WINEARCH WINEPREFIX=$WINEDIRNAME"
WINE_ALIAS="wine32" WINE_ALIAS="wine32"
CP_EXE_FROM="/home/MET/hawc2exe/$WINEARCH" CP_EXE_FROM="/home/MET/hawc2exe/$WINEARCH"
EXE_DIR_UNIX="/home/$USER/DTU/Software/wine_exe/$WINEARCH/" EXE_DIR_UNIX="/home/$USER/wine_exe/$WINEARCH/"
wine_init_config wine_init_config
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment