ethermint dev moved to setup folder

This commit is contained in:
Greg Szabo 2017-06-23 14:40:03 +00:00
parent d9a9dcf757
commit f65977b019
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ cd %{name}-%{version}
%{__cp} $GOPATH/bin/%{name} .%{_bindir}
%{__cp} $GOPATH/src/github.com/tendermint/%{name}/LICENSE .%{_defaultlicensedir}/%{name}
%{__cp} $GOPATH/src/github.com/tendermint/%{name}/dev/genesis.json .%{_sysconfdir}/%{name}/genesis.json
%{__cp} -r $GOPATH/src/github.com/tendermint/%{name}/dev/keystore .%{_sysconfdir}/%{name}
%{__cp} $GOPATH/src/github.com/tendermint/%{name}/setup/genesis.json .%{_sysconfdir}/%{name}/genesis.json
%{__cp} -r $GOPATH/src/github.com/tendermint/%{name}/setup/keystore .%{_sysconfdir}/%{name}
cp -r %{_topdir}/extrafiles/ethermint/* ./