Skip to content

Commit

Permalink
Merge pull request #468 from stlaz/update_bindata
Browse files Browse the repository at this point in the history
make targets: Fix broken update-bindata
  • Loading branch information
openshift-merge-robot committed Jul 4, 2019
2 parents f50acf5 + c019a7f commit 8631b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpha-build-machinery/make/targets/openshift/bindata.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ TMP_GOPATH :=$(shell mktemp -d)

.ensure-go-bindata:
ln -s $(abspath ./vendor) "$(TMP_GOPATH)/src"
export GOPATH=$(TMP_GOPATH) && go install "./vendor/github.com/jteeuwen/go-bindata/..."
export GOPATH=$(TMP_GOPATH) && export GOBIN=$(TMP_GOPATH)/bin && go install "./vendor/github.com/jteeuwen/go-bindata/..."

# $1 - input dirs
# $2 - prefix
Expand Down

0 comments on commit 8631b52

Please sign in to comment.