mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 23:45:39 +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
|
# from: https://github.com/flathub/com.ticktick.TickTick/blob/dc07865aca359148fbe15617db8f2d79312da898/com.ticktick.TickTick.yml
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
build-commands:
|
build-commands:
|
||||||
- ar x libsepol*.deb data.tar.xz
|
- ar x libsepol*.deb data.tar.zst
|
||||||
- rm libsepol*.deb
|
- rm libsepol*.deb
|
||||||
- tar -xf data.tar.xz /
|
- tar -xf data.tar.zst -C /
|
||||||
sources:
|
sources:
|
||||||
#from: https://launchpad.net/ubuntu/+source/libsepol
|
#from: https://launchpad.net/ubuntu/+source/libsepol
|
||||||
- type: file
|
- type: file
|
||||||
|
|
Loading…
Reference in a new issue