Author: tille
Date: 2012-03-30 16:32:04 +0000 (Fri, 30 Mar 2012)
New Revision: 10203

Modified:
   trunk/community/website/docs/Makefile
Log:
Make sure that `make publish` will consere group write permissions


Modified: trunk/community/website/docs/Makefile
===================================================================
--- trunk/community/website/docs/Makefile       2012-03-30 16:27:49 UTC (rev 
10202)
+++ trunk/community/website/docs/Makefile       2012-03-30 16:32:04 UTC (rev 
10203)
@@ -13,3 +13,4 @@
 
 publish: policy
        rsync -a * $(PUBLISHHOST):$(PUBLISHDIR)
+       ssh $(PUBLISHHOST) "chmod g+w $(PUBLISHDIR)/*"


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to