Author: dylan
Date: 2004-12-29 16:43:18 -0500 (Wed, 29 Dec 2004)
New Revision: 465

Modified:
   trunk/web/Makefile
Log:
We don't chmod stuff in .svn dirs now.


Modified: trunk/web/Makefile
===================================================================
--- trunk/web/Makefile  2004-12-29 21:40:57 UTC (rev 464)
+++ trunk/web/Makefile  2004-12-29 21:43:18 UTC (rev 465)
@@ -46,8 +46,8 @@
 
 
 build: $(targets)
-       chmod -Rc g+rwX,u+rwX .
-       find -type d -exec chmod g+s {} \;
+       find -not -path '*.svn*' -exec chmod -c g+rwx,u+rwx {} \;
+       find -not -path '*.svn*' -type d -exec chmod -c g+rwx,u+rwxs {} \;
 
 
 dist: build


Reply via email to