mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
libsepool: fixed extraction commands
This commit is contained in:
parent
b408e79444
commit
dd490faa70
|
@ -947,9 +947,9 @@ modules:
|
|||
# from: https://github.com/flathub/com.ticktick.TickTick/blob/dc07865aca359148fbe15617db8f2d79312da898/com.ticktick.TickTick.yml
|
||||
buildsystem: simple
|
||||
build-commands:
|
||||
- ar x libsepol*.deb data.tar.xz
|
||||
- ar x libsepol*.deb data.tar.zst
|
||||
- rm libsepol*.deb
|
||||
- tar -xf data.tar.xz /
|
||||
- tar -xf data.tar.zst -C /
|
||||
sources:
|
||||
#from: https://launchpad.net/ubuntu/+source/libsepol
|
||||
- type: file
|
||||
|
|
Loading…
Reference in a new issue