Skip to content

Commit

Permalink
minor rpm fix
Browse files Browse the repository at this point in the history
  • Loading branch information
neodix42 committed Jan 29, 2024
1 parent 725057c commit f08d338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-rpm-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cp -r ton-linux-arm64/smartcont ton-linux-rpm-aarch64/share/ton/
cp ton-linux-arm64/lib/* ton-linux-rpm-aarch64/lib/fift/
rm -rf ton-linux-arm64/{lib,smartcont}
rm ton-linux-arm64/{create-hardfork,create-state}
rm -f ton-linux-arm64/{create-hardfork,create-state}
mv ton-linux-arm64/libtonlibjson.so* ton-linux-rpm-aarch64/lib/
[ -e ton-linux-arm64/libemulator.so ] && mv ton-linux-arm64/libemulator.so ton-linux-rpm-aarch64/lib/
cp ton-linux-arm64/* ton-linux-rpm-aarch64/bin/
Expand All @@ -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 ton-linux-x86_64//{create-hardfork,create-state}
rm -f ton-linux-x86_64//{create-hardfork,create-state}
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

0 comments on commit f08d338

Please sign in to comment.