From a090aa5bb96aaab02fda347da9ba3f554bd56972 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 4 Mar 2009 05:10:26 +0000 Subject: an attempt at getting symlinked files working under MinGW/Cygwin by copying them to files svn path=/trunk/; revision=10830 --- scripts/auto-build/tcltk_core-8-5-branch_auto-builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/auto-build/tcltk_core-8-5-branch_auto-builder.sh') diff --git a/scripts/auto-build/tcltk_core-8-5-branch_auto-builder.sh b/scripts/auto-build/tcltk_core-8-5-branch_auto-builder.sh index f4cc7852..8f4b129f 100755 --- a/scripts/auto-build/tcltk_core-8-5-branch_auto-builder.sh +++ b/scripts/auto-build/tcltk_core-8-5-branch_auto-builder.sh @@ -67,7 +67,7 @@ upload_build () case $SYSTEM in mingw*) test -e ${archive} && /c/cygwin/bin/sh -c \ - "rsync -a ${archive} rsync://128.238.56.50/upload/${DATE}/${upload_filename}" &&\ + "rsync --archive --copy-links ${archive} rsync://128.238.56.50/upload/${DATE}/${upload_filename}" &&\ echo "successfully uploaded: ${upload_filename}" && \ echo SUCCESS ;; -- cgit v1.2.1