Mount app on / regardless of whether it's fastcgi
[invirt/packages/invirt-web.git] / code / Makefile
index c1649b6..b114e86 100644 (file)
@@ -3,11 +3,11 @@ DIRS = templates
 all: kill chmod compile
 
 chmod:
-       chgrp -R sipb-xen . 2>/dev/null || true
+       chgrp -R invirt . 2>/dev/null || true
        chmod -R g+w . 2>/dev/null || true
 
 kill:
-       wget http://xvm.mit.edu/kill.cgi -O /dev/null -nv
+       -pkill main.fcgi
 
 compile:
        for dir in $(DIRS); do \