mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
XMLSTARLET was removing itself during cleanup
This commit is contained in:
parent
1b973d58cc
commit
46a050b5e8
|
@ -40,7 +40,6 @@ cleanup:
|
|||
- /include
|
||||
- /share/ffmpeg
|
||||
- /lib/cmake
|
||||
#- /lib/debug
|
||||
- /lib/pkgconfig
|
||||
# Yuzu
|
||||
- /include
|
||||
|
@ -53,6 +52,9 @@ cleanup:
|
|||
- /src
|
||||
- '*.a'
|
||||
- '*.la'
|
||||
# XMLSTARLET
|
||||
- /lib/debug
|
||||
- /share/runtime
|
||||
cleanup-commands:
|
||||
# Yuzu
|
||||
- /app/cleanup-BaseApp.sh
|
||||
|
@ -108,7 +110,6 @@ modules:
|
|||
- autoreconf -vfi
|
||||
post-install:
|
||||
- ln -s "xml" "${FLATPAK_DEST}/bin/xmlstarlet" ||:
|
||||
cleanup: ['*']
|
||||
|
||||
# pcsx2-qt needs QT6, maybe others, here until every qt emulator will support qt6 (not yuzu atm)
|
||||
# from: https://github.com/flathub/org.profex_xrd.Profex
|
||||
|
|
Loading…
Reference in a new issue