Fix nano_node binary name for beta RPM service installation
This commit is contained in:
parent
7a9c8d70e2
commit
bee668f8c5
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ mkdir -p %{buildroot}/etc/systemd/system/
|
|||
cp nano_node %{buildroot}/usr/bin/nano_node-beta
|
||||
cp nano_rpc %{buildroot}/usr/bin/nano_rpc-beta
|
||||
cp etc/systemd/nanocurrency-beta.service %{buildroot}/etc/systemd/system/nanocurrency-beta.service
|
||||
sed -i "s/nano_node/nano_node-beta/g" %{buildroot}/etc/systemd/system/nanocurrency-beta.service
|
||||
|
||||
%clean
|
||||
if [ ! %{buildroot} = "/" ]; then %{__rm} -rf %{buildroot}; fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue