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

config-wine: rsync instead of copy

parent b0d538ae
No related branches found
No related tags found
No related merge requests found
...@@ -17,8 +17,8 @@ function wine_init_config () { ...@@ -17,8 +17,8 @@ function wine_init_config () {
mkdir -p $EXE_DIR_UNIX mkdir -p $EXE_DIR_UNIX
echo "-------- copying HAWC2 executables from/to:" echo "-------- copying HAWC2 executables from/to:"
echo "$CP_EXE_FROM/* $EXE_DIR_UNIX/" echo "$CP_EXE_FROM/* $EXE_DIR_UNIX"
cp $CP_EXE_FROM/* "$EXE_DIR_UNIX/" rsync -a $CP_EXE_FROM/* "$EXE_DIR_UNIX"
# add C:\bin (/home/$USER/$WINEDIRNAME/drive_c/bin/) to Windows PATH variable # add C:\bin (/home/$USER/$WINEDIRNAME/drive_c/bin/) to Windows PATH variable
EXE_DIR_WINE="z:""$EXE_DIR_UNIX" EXE_DIR_WINE="z:""$EXE_DIR_UNIX"
......
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