mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-06 12:02:13 +00:00
packaging bugfix
This commit is contained in:
parent
59ac3973d3
commit
065bd80846
@ -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 .
|
||||
|
||||
|
@ -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 .
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user