From 9b64f70d2cb1bb8e19fc8f80e365fc758090973d Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Fri, 4 Mar 2011 09:02:30 +0100 Subject: Make rsync update file permissions, too. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 08f617e..ff8501c 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,8 @@ fripost-web: # creates home page find publish -name "*~" -delete send: # sends to fripost.org for publication - rsync -ruvp publish/ fripost@fripost.org:fripost.org/ + umask 022 + rsync -ruvp --chmod=Dugo+rx,Fugo+r publish/ fripost@fripost.org:fripost.org/ clean: rm *~*; rm test test.d/test; rmdir test.d -- cgit v1.2.3