summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2010-06-30 16:16:04 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2010-06-30 16:16:04 +0100
commitd9440a84f6d0eb8aeb676a334ccdcd1cfa226b49 (patch)
tree7da0b10e39e071608c68e233325bbebc003c0119 /Makefile
parentd912e85e88681f76c9907c65cc64c006ef85fc4b (diff)
Fix rsync invocations to set permissions.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index a3fcb8b9..5ffa44a2 100644
--- a/Makefile
+++ b/Makefile
@@ -97,7 +97,7 @@ clean:
maintainer-upload-snapshot: doc/spec/index.html
@install -d tmp
- rsync -rvzP doc/spec/ telepathy.freedesktop.org:/srv/telepathy.freedesktop.org/www/spec-snapshot/
+ rsync -rvzPp --chmod=Dg+s,ug+rwX,o=rX doc/spec/ telepathy.freedesktop.org:/srv/telepathy.freedesktop.org/www/spec-snapshot/
maintainer-upload-release: doc/spec/index.html check
@install -d tmp
@@ -112,8 +112,8 @@ maintainer-upload-release: doc/spec/index.html check
gpg --verify telepathy-spec-$$version.tar.gz.asc; \
rsync -vzP telepathy-spec-$$version.tar.gz telepathy.freedesktop.org:/srv/telepathy.freedesktop.org/www/releases/telepathy-spec/ ; \
rsync -vzP telepathy-spec-$$version.tar.gz.asc telepathy.freedesktop.org:/srv/telepathy.freedesktop.org/www/releases/telepathy-spec/ ; \
- rsync -rvzP doc/spec/ telepathy.freedesktop.org:/srv/telepathy.freedesktop.org/www/spec/ ; \
- rsync -rvzP doc/spec/ telepathy.freedesktop.org:/srv/telepathy.freedesktop.org/www/spec-snapshot/
+ rsync -rvzPp --chmod=Dg+s,ug+rwX,o=rX doc/spec/ telepathy.freedesktop.org:/srv/telepathy.freedesktop.org/www/spec/ ; \
+ rsync -rvzPp --chmod=Dg+s,ug+rwX,o=rX doc/spec/ telepathy.freedesktop.org:/srv/telepathy.freedesktop.org/www/spec-snapshot/
dist: check
@install -d tmp