From ff245eceb5824589e6c7aef828f85cfd9d089f45 Mon Sep 17 00:00:00 2001 From: Brian West Date: Tue, 22 Jul 2014 06:52:13 -0500 Subject: [PATCH] fix has-git --- build/Makefile.openbsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Makefile.openbsd b/build/Makefile.openbsd index 00ff8b3f6b..c35e33b345 100644 --- a/build/Makefile.openbsd +++ b/build/Makefile.openbsd @@ -35,7 +35,7 @@ clean: (cd freeswitch.git && git clean -fdx && git reset --hard HEAD && git pull) has-git: - @git --version || pkg install git + @git --version || PKG_PATH=http://openbsd.mirrors.pair.com/`uname -r`/packages/`machine -a`/ pkg_add -r git deps: libedit openssl curl @PKG_PATH=http://openbsd.mirrors.pair.com/`uname -r`/packages/`machine -a`/ pkg_add -r $(PKG)