Author: dylan
Date: 2004-12-29 16:46:48 -0500 (Wed, 29 Dec 2004)
New Revision: 467
Modified:
trunk/web/Makefile
Log:
oops, we were making u+s instead of g+s.
Modified: trunk/web/Makefile
===================================================================
--- trunk/web/Makefile 2004-12-29 21:44:26 UTC (rev 466)
+++ trunk/web/Makefile 2004-12-29 21:46:48 UTC (rev 467)
@@ -47,7 +47,7 @@
build: $(targets)
find -not -path '*.svn*' -exec chmod -c g+rw,u+rw {} \;
- find -not -path '*.svn*' -type d -exec chmod -c g+rwx,u+rwxs {} \;
+ find -not -path '*.svn*' -type d -exec chmod -c g+rwxs,u+rwx {} \;
dist: build