packaging bugfix

This commit is contained in:
Greg Szabo 2017-06-20 13:26:43 +00:00
parent 59ac3973d3
commit 065bd80846
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ cd %{name}-%{version}
%{__cp} $GOPATH/bin/%{name} $GOPATH/bin/basecli .%{_bindir}
%{__cp} $GOPATH/src/github.com/tendermint/%{name}/LICENSE .%{_defaultlicensedir}/%{name}
cp -r %{_topdir}/extrafiles/* ./
cp -r %{_topdir}/extrafiles/basecoin/* ./
%{__chmod} -Rf a+rX,u+w,g-w,o-w .

View File

@ -32,7 +32,7 @@ cd %{name}-%{version}
%{__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 -r %{_topdir}/extrafiles/* ./
cp -r %{_topdir}/extrafiles/ethermint/* ./
%{__chmod} -Rf a+rX,u+w,g-w,o-w .