From: Evan Broder Date: Sat, 28 Feb 2009 02:13:11 +0000 (-0500) Subject: Don't bork of there is no main.fcgi. X-Git-Tag: 0.0.22~5 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/fda1a1290d1c87bf8c50c99cfdf2ec8602003f81?ds=sidebyside Don't bork of there is no main.fcgi. svn path=/trunk/packages/invirt-web/; revision=2231 --- diff --git a/code/Makefile b/code/Makefile index ee8bbd9..b114e86 100644 --- a/code/Makefile +++ b/code/Makefile @@ -7,7 +7,7 @@ chmod: chmod -R g+w . 2>/dev/null || true kill: - pkill main.fcgi + -pkill main.fcgi compile: for dir in $(DIRS); do \