From: Greg Price Date: Sun, 22 Jun 2008 01:16:10 +0000 (-0400) Subject: web: fix file permissions on each make X-Git-Tag: sipb-xen-www/3.6~32 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/d3c4f5d1afd61acfc10098cc309b00f851ee9288?ds=sidebyside web: fix file permissions on each make svn path=/trunk/packages/sipb-xen-www/; revision=628 --- 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