From 9c73996ade7da9666981f5aadac8f568d1a30653 Mon Sep 17 00:00:00 2001 From: Bryan Schumaker Date: Tue, 9 Nov 2010 19:20:06 -0500 Subject: [PATCH] Modified makefile The makefile reflects my new way of installing from git (using the git daemon instead of http). --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9ad57801..44d92994 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ clean: rm `find . | grep .pyc` install: - cd /opt/ && git clone http://lavos.homelinux.com/~bjschuma/git/ocarina.git + cd /opt/ && git clone git://lavos.homelinux.com/ocarina.git cd /usr/bin && ln -sf /opt/ocarina/bin/ocarina . uninstall: