use absolute GOBIN path for Go 1.6
This commit is contained in:
parent
8237a133c4
commit
f7ea0290fa
2
Makefile
2
Makefile
|
|
@ -1,7 +1,7 @@
|
||||||
# This Makefile also tricks Travis into not running 'go get' for our
|
# This Makefile also tricks Travis into not running 'go get' for our
|
||||||
# build. See http://docs.travis-ci.com/user/languages/go/
|
# build. See http://docs.travis-ci.com/user/languages/go/
|
||||||
|
|
||||||
OBJDIR ?= ./bin
|
OBJDIR ?= $(shell pwd)/bin
|
||||||
DESTDIR ?= /usr/local/bin
|
DESTDIR ?= /usr/local/bin
|
||||||
ARCHIVEDIR ?= /tmp
|
ARCHIVEDIR ?= /tmp
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue