Index: trunk/packages/sipb-xen-www/code/Makefile
===================================================================
--- trunk/packages/sipb-xen-www/code/Makefile	(revision 627)
+++ trunk/packages/sipb-xen-www/code/Makefile	(revision 628)
@@ -1,5 +1,9 @@
 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:
