From 46a050b5e87dbb7b7ae5db0203588fa3f30f3933 Mon Sep 17 00:00:00 2001 From: icenine451 Date: Tue, 11 Apr 2023 09:43:57 -0400 Subject: [PATCH] XMLSTARLET was removing itself during cleanup --- net.retrodeck.retrodeck.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net.retrodeck.retrodeck.yml b/net.retrodeck.retrodeck.yml index 3c576b27..4f3befa2 100644 --- a/net.retrodeck.retrodeck.yml +++ b/net.retrodeck.retrodeck.yml @@ -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