The following commit has been merged in the master branch:
commit 59ac6b799f27c962ab34687334fd170af669c815
Author: Bas Couwenberg <[email protected]>
Date:   Sun Jan 19 17:37:41 2014 +0100

    Use recursive chmod to enforce group permissions.

diff --git a/Makefile b/Makefile
index 020d91a..767cbc4 100644
--- a/Makefile
+++ b/Makefile
@@ -15,4 +15,4 @@ clean:
 
 publish: policy
        rsync -av * $(PUBLISHHOST):$(PUBLISHDIR)
-       ssh $(PUBLISHHOST) "chmod g+w $(PUBLISHDIR)/*"
+       ssh $(PUBLISHHOST) "chmod -R g+w $(PUBLISHDIR)/*"

-- 
pkg-grass website

_______________________________________________
Pkg-grass-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to