When installing, force ln to work (even if /usr/bin/ocarina already
exists)
This commit is contained in:
Bryan Schumaker 2010-11-04 10:07:03 -04:00
parent 2b7b38da4f
commit 30cb8298b1
1 changed files with 1 additions and 1 deletions

View File

@ -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