Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
neodix42 committed Jan 29, 2024
1 parent d95671e commit 67b15b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-rpm-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
cp -r ton-linux-x86_64/smartcont ton-linux-rpm-x86_64/share/ton/
cp ton-linux-x86_64/lib/* ton-linux-rpm-x86_64/lib/fift/
rm -rf ton-linux-x86_64/{lib,smartcont}
rm -f ton-linux-x86_64//{create-hardfork,rldp-http-proxy}
rm -f ton-linux-x86_64/{create-hardfork,rldp-http-proxy}
mv ton-linux-x86_64/libtonlibjson.so* ton-linux-rpm-x86_64/lib/
[ -e ton-linux-x86_64/libemulator.so ] && mv ton-linux-x86_64/libemulator.so ton-linux-rpm-x86_64/lib/
cp ton-linux-x86_64/* ton-linux-rpm-x86_64/bin/
Expand Down
1 change: 1 addition & 0 deletions packages/rpm/SPECS/ton.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Summary: The Open Network

License: LGPLv2
Source0: ton.tar.gz
Provides: /usr/local/bin/create-state, /usr/local/bin/fift

%global __os_install_post %{_usr}/lib/rpm/brp-compress %{nil} # disable brp-strip

Expand Down

0 comments on commit 67b15b1

Please sign in to comment.