From c0135955b446c74b979fb89b867d72a74a85af1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 25 Nov 2013 15:22:51 +0100 Subject: [PATCH] Makefile: fix rsync permissions --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aaf091d..5bec61f 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,6 @@ all: done upload: all sed -i 's/Stand: [^<]\+/Stand: $(shell date +'%T %d.%m.%Y')/' www/index.html - rsync -avcL www/ deploy@lctp:/srv/http/lctp + rsync --chmod=Du=rwx,Dg=rx,Do=rx,Fu=rw,Fg=r,Fo=r -avcL www/ deploy@lctp:/srv/http/lctp watch: cd bericht && make watch