aboutsummaryrefslogtreecommitdiff
path: root/scripts/auto-build/tcltk_core-8-4-branch_auto-builder.sh
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-03-04 05:10:26 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-03-04 05:10:26 +0000
commita090aa5bb96aaab02fda347da9ba3f554bd56972 (patch)
treebcf487eef4df4ad544c1b9b798d83ce925f6915e /scripts/auto-build/tcltk_core-8-4-branch_auto-builder.sh
parent382e5a55b5a58a3d0b3c1b3a2fcda22f92832c93 (diff)
an attempt at getting symlinked files working under MinGW/Cygwin by copying them to files
svn path=/trunk/; revision=10830
Diffstat (limited to 'scripts/auto-build/tcltk_core-8-4-branch_auto-builder.sh')
-rwxr-xr-xscripts/auto-build/tcltk_core-8-4-branch_auto-builder.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/auto-build/tcltk_core-8-4-branch_auto-builder.sh b/scripts/auto-build/tcltk_core-8-4-branch_auto-builder.sh
index 0b05743b..0224aa07 100755
--- a/scripts/auto-build/tcltk_core-8-4-branch_auto-builder.sh
+++ b/scripts/auto-build/tcltk_core-8-4-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
;;