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:
3e14c57
)
Don't bork of there is no main.fcgi.
author
Evan Broder
<broder@mit.edu>
Sat, 28 Feb 2009 02:13:11 +0000
(21:13 -0500)
committer
Evan Broder
<broder@mit.edu>
Sat, 28 Feb 2009 02:13:11 +0000
(21:13 -0500)
svn path=/trunk/packages/invirt-web/; revision=2231
code/Makefile
patch
|
blob
|
history
diff --git
a/code/Makefile
b/code/Makefile
index
ee8bbd9
..
b114e86
100644
(file)
--- 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 \