From 0192e101ce344a56fbb43a58440ab7a53229ae73 Mon Sep 17 00:00:00 2001 From: Greg Szabo Date: Tue, 27 Feb 2018 18:14:09 -0500 Subject: [PATCH] Quick, temporary fix for basecoin rename --- build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Makefile b/build/Makefile index 650771dc..2433fede 100644 --- a/build/Makefile +++ b/build/Makefile @@ -88,7 +88,7 @@ build-basecoin: git-branch gopath-setup go get -d -u github.com/cosmos/cosmos-sdk/examples/basecoin/cmd/basecoind cd $(GOPATH)/src/github.com/cosmos/cosmos-sdk && git checkout "$(GIT_BRANCH)" && git pull export PATH=$(GOPATH)/bin:$(PATH) && $(MAKE) -C $(GOPATH)/src/github.com/cosmos/cosmos-sdk get_tools get_vendor_deps build - cp $(GOPATH)/src/github.com/cosmos/cosmos-sdk/build/basecoin $(GOPATH)/bin + cp $(GOPATH)/src/github.com/cosmos/cosmos-sdk/build/basecoind $(GOPATH)/bin/basecoin @echo "*** Built basecoin from cosmos-sdk" ###