From 30cb8298b1148eb352a81276a70c153177bd83fc Mon Sep 17 00:00:00 2001 From: Bryan Schumaker Date: Thu, 4 Nov 2010 10:07:03 -0400 Subject: [PATCH] Force ln When installing, force ln to work (even if /usr/bin/ocarina already exists) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 80506a78..9ad57801 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ clean: install: cd /opt/ && git clone http://lavos.homelinux.com/~bjschuma/git/ocarina.git - cd /usr/bin && ln -s /opt/ocarina/bin/ocarina . + cd /usr/bin && ln -sf /opt/ocarina/bin/ocarina . uninstall: rm -rIf /opt/ocarina