We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8fa4155 + 0072fac commit 0c152e0Copy full SHA for 0c152e0
Makefile
@@ -38,7 +38,7 @@ checks:
38
39
run-build: deps checks clean
40
cd ${GOPATH}/src/github.com/contiv/netplugin && version/generate_version ${USE_RELEASE} && \
41
- cd /opt/gopath/src/github.com/contiv/netplugin && \
+ cd $(GOPATH)/src/github.com/contiv/netplugin && \
42
godep go install -v $(TO_BUILD) && \
43
sudo cp contrib/completion/bash/netctl /etc/bash_completion.d/netctl
44
0 commit comments