Browse Source

ethermint dev moved to setup folder

pull/1943/head
Greg Szabo 7 years ago
parent
commit
f65977b019
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      devops/rpmbuild/spectemplates/ethermint.spec

+ 2
- 2
devops/rpmbuild/spectemplates/ethermint.spec 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/* ./


Loading…
Cancel
Save