Makefile: fix rsync permissions

This commit is contained in:
Jörg Thalheim 2013-11-25 15:22:51 +01:00
parent df898e5ba3
commit c0135955b4
1 changed files with 1 additions and 1 deletions

View File

@ -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