Author: dylan
Date: 2004-12-29 16:44:26 -0500 (Wed, 29 Dec 2004)
New Revision: 466
Modified:
trunk/web/Makefile
Log:
er, now we don't make files executable. :)
Modified: trunk/web/Makefile
===================================================================
--- trunk/web/Makefile 2004-12-29 21:43:18 UTC (rev 465)
+++ trunk/web/Makefile 2004-12-29 21:44:26 UTC (rev 466)
@@ -46,7 +46,7 @@
build: $(targets)
- find -not -path '*.svn*' -exec chmod -c g+rwx,u+rwx {} \;
+ find -not -path '*.svn*' -exec chmod -c g+rw,u+rw {} \;
find -not -path '*.svn*' -type d -exec chmod -c g+rwx,u+rwxs {} \;