From 470c4009b902138208178016a53aff27acaa6c66 Mon Sep 17 00:00:00 2001 From: Lctrs Date: Sat, 12 Jun 2021 15:38:00 +0200 Subject: [PATCH] fix cleanup --- net.rpcs3.RPCS3.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/net.rpcs3.RPCS3.yaml b/net.rpcs3.RPCS3.yaml index 080b8ee..7d90830 100644 --- a/net.rpcs3.RPCS3.yaml +++ b/net.rpcs3.RPCS3.yaml @@ -69,9 +69,9 @@ modules: - -DFLATBUFFERS_BUILD_FLATC=OFF - -DFLATBUFFERS_BUILD_SHAREDLIB=ON cleanup: - - /include/ - - /lib/cmake/ - - /lib/pkgconfig/ + - /include + - /lib/cmake + - /lib/pkgconfig - /lib/*.a sources: - type: git @@ -88,9 +88,9 @@ modules: - -DCMAKE_BUILD_TYPE=RelWithDebInfo - -DBUILD_SHARED_LIBS=ON cleanup: - - /include/ - - /lib/cmake/ - - /lib/pkgconfig/ + - /include + - /lib/cmake + - /lib/pkgconfig sources: - type: archive url: https://github.com/zeux/pugixml/releases/download/v1.11.4/pugixml-1.11.4.tar.gz @@ -106,11 +106,11 @@ modules: make-install-args: - PREFIX=${FLATPAK_DEST} cleanup: - - /bin/ - - /include/ - - /lib/pkgconfig/ + - /bin + - /include + - /lib/pkgconfig - /lib/*.a - - /share/ + - /share sources: - type: archive url: https://github.com/Cyan4973/xxHash/archive/refs/tags/v0.8.0.tar.gz