projects
/
invirt/packages/invirt-web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82e2588
)
web: fix file permissions on each make
author
Greg Price
<price@mit.edu>
Sun, 22 Jun 2008 01:16:10 +0000
(21:16 -0400)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/code/Makefile
b/code/Makefile
index
8ff936c
..
c1649b6
100644
(file)
--- 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