diff options
author | Stefan Kangas <skangas@skangas.se> | 2011-03-04 09:02:30 +0100 |
---|---|---|
committer | Stefan Kangas <skangas@skangas.se> | 2011-03-04 09:02:30 +0100 |
commit | 9b64f70d2cb1bb8e19fc8f80e365fc758090973d (patch) | |
tree | fbb50ed9fabc90ea94e9aecca20dca54f5de9207 /Makefile | |
parent | 16ef99ffd946ea94a8e90b664cae5203c4d03123 (diff) |
Make rsync update file permissions, too.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |