From d3c4f5d1afd61acfc10098cc309b00f851ee9288 Mon Sep 17 00:00:00 2001 From: Greg Price Date: Sat, 21 Jun 2008 21:16:10 -0400 Subject: [PATCH] web: fix file permissions on each make svn path=/trunk/packages/sipb-xen-www/; revision=628 --- code/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/code/Makefile b/code/Makefile index 8ff936c..c1649b6 100644 --- a/code/Makefile +++ b/code/Makefile @@ -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 -- 1.7.9.5