mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
XMLSTARLET was removing itself during cleanup
This commit is contained in:
parent
1b973d58cc
commit
46a050b5e8
|
@ -40,7 +40,6 @@ cleanup:
|
||||||
- /include
|
- /include
|
||||||
- /share/ffmpeg
|
- /share/ffmpeg
|
||||||
- /lib/cmake
|
- /lib/cmake
|
||||||
#- /lib/debug
|
|
||||||
- /lib/pkgconfig
|
- /lib/pkgconfig
|
||||||
# Yuzu
|
# Yuzu
|
||||||
- /include
|
- /include
|
||||||
|
@ -53,6 +52,9 @@ cleanup:
|
||||||
- /src
|
- /src
|
||||||
- '*.a'
|
- '*.a'
|
||||||
- '*.la'
|
- '*.la'
|
||||||
|
# XMLSTARLET
|
||||||
|
- /lib/debug
|
||||||
|
- /share/runtime
|
||||||
cleanup-commands:
|
cleanup-commands:
|
||||||
# Yuzu
|
# Yuzu
|
||||||
- /app/cleanup-BaseApp.sh
|
- /app/cleanup-BaseApp.sh
|
||||||
|
@ -108,7 +110,6 @@ modules:
|
||||||
- autoreconf -vfi
|
- autoreconf -vfi
|
||||||
post-install:
|
post-install:
|
||||||
- ln -s "xml" "${FLATPAK_DEST}/bin/xmlstarlet" ||:
|
- 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)
|
# 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
|
# from: https://github.com/flathub/org.profex_xrd.Profex
|
||||||
|
|
Loading…
Reference in a new issue