Merge pull request #98 from mikebrow/makefile-issue-on-ubuntu

fixes issue with ubuntu build
This commit is contained in:
Mrunal Patel 2016-10-05 18:11:12 -07:00 committed by GitHub
commit fa7945193d

View file

@ -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