projects
/
invirt/packages/invirt-web.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
finish sipb_xen_database -> invirt.database in web
[invirt/packages/invirt-web.git]
/
code
/
Makefile
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