From 94b7f1a0948f5774162923e7edc01756fe75f555 Mon Sep 17 00:00:00 2001 From: Jeff Lindsay Date: Tue, 11 Jun 2013 20:30:28 -0700 Subject: [PATCH] how about this --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b01be4a10..8601f3fcc 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ submodule: gitreceive: wget -O /usr/local/bin/gitreceive ${GITRECEIVE_URL} chmod +x /usr/local/bin/gitreceive - [ ! -d /home/git ] && gitreceive init + test ! -d /home/git && gitreceive init sshcommand: wget -O /usr/local/bin/sshcommand ${SSHCOMMAND_URL}