Merge pull request #98 from mikebrow/makefile-issue-on-ubuntu
fixes issue with ubuntu build
This commit is contained in:
commit
fa7945193d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -9,7 +9,7 @@ OCID_INSTANCE := ocid_dev
|
|||
SYSTEM_GOPATH := ${GOPATH}
|
||||
PREFIX ?= ${DESTDIR}/usr
|
||||
INSTALLDIR=${PREFIX}/bin
|
||||
GO_MD2MAN ?= $(shell command -v go-md2man)
|
||||
GO_MD2MAN ?= $(shell which go-md2man)
|
||||
export GOPATH := ${CURDIR}/vendor
|
||||
|
||||
default: help
|
||||
|
|
Loading…
Reference in a new issue