fixes issue with ubuntu build
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
This commit is contained in:
parent
a5da8a4d1e
commit
cddafb00b3
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