diff --git a/Makefile b/Makefile index 8601f3fcc..365273ae2 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 - test ! -d /home/git && gitreceive init + gitreceive init sshcommand: wget -O /usr/local/bin/sshcommand ${SSHCOMMAND_URL}