web: fix file permissions on each make
authorGreg Price <price@mit.edu>
Sun, 22 Jun 2008 01:16:10 +0000 (21:16 -0400)
committerGreg Price <price@mit.edu>
Sun, 22 Jun 2008 01:16:10 +0000 (21:16 -0400)
svn path=/trunk/packages/sipb-xen-www/; revision=628

code/Makefile

index 8ff936c..c1649b6 100644 (file)
@@ -1,6 +1,10 @@
 DIRS = templates
 
-all: kill compile
+all: kill chmod compile
+
+chmod:
+       chgrp -R sipb-xen . 2>/dev/null || true
+       chmod -R g+w . 2>/dev/null || true
 
 kill:
        wget http://xvm.mit.edu/kill.cgi -O /dev/null -nv