Skip to content

Commit

Permalink
build: added repack.sh workaround for yumapro-client-21.0 installatio…
Browse files Browse the repository at this point in the history
…n file (#177)
  • Loading branch information
dmytro-kyrychenko authored Dec 5, 2022
1 parent b22b8a8 commit abca9ea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions resources/repack.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash
ar x $1
zstd -d < control.tar.zst | xz > control.tar.xz
zstd -d < data.tar.zst | xz > data.tar.xz
ar -m -c -a sdsd ./package.deb debian-binary control.tar.xz data.tar.xz
rm debian-binary control.tar.zst control.tar.xz data.tar.zst data.tar.xz

0 comments on commit abca9ea

Please sign in to comment.