# HG changeset patch # User Ruslan Ermilov # Date 1318929094 0 # Node ID 233f9c8c23e50c06e83c8a6c78510cbbd8662229 # Parent 1d315ef37215f82c2daf09bb6dca3e0a42aa4daf Missing changes necessary to properly support site modifications by staff group members, as was planned in r41. diff -r 1d315ef37215 -r 233f9c8c23e5 GNUmakefile --- a/GNUmakefile Tue Oct 18 09:06:15 2011 +0000 +++ b/GNUmakefile Tue Oct 18 09:11:34 2011 +0000 @@ -5,7 +5,7 @@ NGINX_ORG = /data/www/nginx.org CP = /data/sites/java/xsls/\*:$(HOME)/java/xsls/\* -RSYNC = rsync -v -rc --exclude=.svn +RSYNC = rsync -v -rpc --exclude=.svn CHMOD = /bin/chmod -R g+w @@ -217,6 +217,7 @@ touch -r $< $<.gz draft: all + $(CHMOD) $(OUT)/ $(RSYNC) $(OUT)/ $(NGINX_ORG)/$(OUT)/ copy: