[SCM] website branch, master, updated. 59ac6b799f27c962ab34687334fd170af669c815

Bas Couwenberg sebastic at xs4all.nl
Sun Jan 19 16:37:50 UTC 2014


The following commit has been merged in the master branch:
commit 59ac6b799f27c962ab34687334fd170af669c815
Author: Bas Couwenberg <sebastic at xs4all.nl>
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



More information about the Pkg-grass-devel mailing list