aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Carpet/CarpetWeb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/CarpetWeb/Makefile b/Carpet/CarpetWeb/Makefile
index fbbe2dcaf..f233cea8f 100644
--- a/Carpet/CarpetWeb/Makefile
+++ b/Carpet/CarpetWeb/Makefile
@@ -1,6 +1,6 @@
all:
sync:
- rsync -a -v -z --exclude "*~" --exclude doxygen --delete -e ssh ./ carpet@www.carpetcode.org:www.carpetcode.org/htdocs
+ rsync -a -v -z --exclude "*~" --exclude doxygen --delete -e ssh --rsync-path=/home/schnette/bin/rsync ./ carpet@www.carpetcode.org:www.carpetcode.org/htdocs
.PSEUDO: all sync