diff --git a/build/Makefile b/build/Makefile index 215a22e61..7b05c33da 100644 --- a/build/Makefile +++ b/build/Makefile @@ -128,7 +128,7 @@ prepare-ethermint = mkdir -p $(build_folder)/etc/ethermint && \ cp -r $(GOPATH)/src/github.com/tendermint/ethermint/setup/keystore $(build_folder)/etc/ethermint prepare-trackomatron = rm -f $(build_folder)/usr/bin/trackomatron && cp $(GOPATH)/bin/tracko $(GOPATH)/bin/trackocli $(build_folder)/usr/bin prepare-gaia = -prepare-basecoin = cp $(GOPATH)/bin/basecli $(GOPATH)/bin/basecoin $(GOPATH)/bin/baseserver $(GOPATH)/bin/counter $(GOPATH)/bin/countercli $(GOPATH)/bin/eyes $(GOPATH)/bin/eyescli $(build_folder)/usr/bin +prepare-basecoin = cp $(GOPATH)/bin/basecoin $(build_folder)/usr/bin ### # Package the binary for CentOS/RedHat (RPM) and Debian/Ubuntu (DEB) @@ -287,12 +287,11 @@ clean: mostlyclean distclean: clean rm -rf $(GOPATH)/src/github.com/tendermint/tendermint - rm -rf $(GOPATH)/src/github.com/tendermint/basecoin + rm -rf $(GOPATH)/src/github.com/cosmos/cosmos-sdk rm -rf $(GOPATH)/src/github.com/tendermint/ethermint rm -rf $(GOPATH)/src/github.com/tendermint/trackomatron rm -rf $(GOPATH)/bin/tendermint rm -rf $(GOPATH)/bin/basecoin - rm -rf $(GOPATH)/bin/basecli rm -rf $(GOPATH)/bin/ethermint rm -rf $(GOPATH)/bin/gaia rm -rf $(GOPATH)/bin/tracko diff --git a/build/spectemplates/basecoin.data b/build/spectemplates/basecoin.data index b74d64309..b5e0f3728 100644 --- a/build/spectemplates/basecoin.data +++ b/build/spectemplates/basecoin.data @@ -1,5 +1,5 @@ PACKAGE_SUMMARY="basecoin is a Proof-of-Stake cryptocurrency and framework" PACKAGE_URL="https://cosmos.network/" -PACKAGE_ADDITIONAL_HEADER="Provides: basecli" +PACKAGE_ADDITIONAL_HEADER="Provides: basecoin" PACKAGE_DESCRIPTION="Basecoin is an ABCI application designed to be used with the Tendermint consensus engine to form a Proof-of-Stake cryptocurrency. It also provides a general purpose framework for extending the feature-set of the cryptocurrency by implementing plugins." diff --git a/build/spectemplates/cosmos-sdk.data b/build/spectemplates/cosmos-sdk.data index 5b00998a0..3b2da23ca 100644 --- a/build/spectemplates/cosmos-sdk.data +++ b/build/spectemplates/cosmos-sdk.data @@ -1,5 +1,5 @@ PACKAGE_SUMMARY="cosmos-sdk is a Proof-of-Stake framework" PACKAGE_URL="https://cosmos.network/" -PACKAGE_ADDITIONAL_HEADER="Provides: basecoin basecli" +PACKAGE_ADDITIONAL_HEADER="Provides: basecoin" PACKAGE_DESCRIPTION="Cosmos-SDK is a general purpose framework for the Tendermint consensus engine to form a Proof-of-Stake cryptocurrency." diff --git a/build/spectemplates/ethermint.data b/build/spectemplates/ethermint.data index b736c0bb8..e9d403db7 100644 --- a/build/spectemplates/ethermint.data +++ b/build/spectemplates/ethermint.data @@ -1,5 +1,5 @@ PACKAGE_SUMMARY="ethermint enables ethereum as an ABCI application on tendermint and the COSMOS hub" PACKAGE_URL="https://tendermint.com/" -PACKAGE_ADDITIONAL_HEADER="Provides: basecli" +PACKAGE_ADDITIONAL_HEADER="Provides: ethermint" PACKAGE_DESCRIPTION="Ethermint enables ethereum to run as an ABCI application on tendermint and the COSMOS hub. This application allows you to get all the benefits of ethereum without having to run your own miners."