From 48538d82bcdaddc682597529be4138cb37297a1b Mon Sep 17 00:00:00 2001 From: hmhealey Date: Mon, 6 Jul 2015 17:31:58 -0400 Subject: Change Makefile to look for godep in GOPATH instead of using a relative path --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dacc1a19b..e59e03ee7 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ install: @if [ $(shell docker ps | grep -ci mattermost-mysql) -eq 0 ]; then \ echo restoring go libs using godep; \ - ../../../../bin/godep restore; \ + $(GOPATH)/bin/godep restore; \ echo starting mattermost-mysql; \ docker run --name mattermost-mysql -p 3306:3306 -e MYSQL_ROOT_PASSWORD=mostest \ -e MYSQL_USER=mmuser -e MYSQL_PASSWORD=mostest -e MYSQL_DATABASE=mattermost_test -d mysql > /dev/null; \ -- cgit v1.2.3-1-g7c22