Skip to content

Commit 0c152e0

Browse files
committed
Merge pull request #288 from karamsivia/master
Added GOPATH var in Makefile
2 parents 8fa4155 + 0072fac commit 0c152e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ checks:
3838

3939
run-build: deps checks clean
4040
cd ${GOPATH}/src/github.com/contiv/netplugin && version/generate_version ${USE_RELEASE} && \
41-
cd /opt/gopath/src/github.com/contiv/netplugin && \
41+
cd $(GOPATH)/src/github.com/contiv/netplugin && \
4242
godep go install -v $(TO_BUILD) && \
4343
sudo cp contrib/completion/bash/netctl /etc/bash_completion.d/netctl
4444

0 commit comments

Comments
 (0)