summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMarkus Unterwaditzer <markus@unterwaditzer.net>2014-11-14 12:58:54 +0100
committerMarkus Unterwaditzer <markus@unterwaditzer.net>2014-11-14 12:58:54 +0100
commit48af1713fdd7a1cfe70e7c8642cdb6560f7623ac (patch)
tree129e745617e104e039a57fa002ffff4069ef9652 /Makefile
parent1421515faa029db9cfa32902ae739024a5e3a0c4 (diff)
Don't change permissions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 04a7d1c..65d9099 100644
--- a/Makefile
+++ b/Makefile
@@ -24,4 +24,4 @@ upload:
cd "$(THIS_DIR)"
echo '<!doctype html><title>rust-vobject</title><meta http-equiv="refresh" content="0; ./vobject/">' \
> ./target/doc/index.htm
- rsync -avze ssh ./target/doc/ untispace:~/virtual/rust-vobject.unterwaditzer.net/
+ rsync -vze ssh ./target/doc/ untispace:~/virtual/rust-vobject.unterwaditzer.net/