From 5c774ceccce01a5699a78fe9c74f55279123a6a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Fri, 18 Apr 2025 11:16:12 +0200 Subject: [PATCH] build: Properly clean up grass This is the right way, removing all files generated by the module. --- build-aux/org.gnome.Fractal.Devel.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-aux/org.gnome.Fractal.Devel.json b/build-aux/org.gnome.Fractal.Devel.json index 890f634d..e9b68c50 100644 --- a/build-aux/org.gnome.Fractal.Devel.json +++ b/build-aux/org.gnome.Fractal.Devel.json @@ -48,9 +48,6 @@ "cleanup-commands": [ "mkdir -p ${FLATPAK_DEST}/lib/ffmpeg" ], - "cleanup": [ - "/bin/grass" - ], "modules": [ { "name": "grass", @@ -65,6 +62,7 @@ "mkdir -p /app/bin", "install -D ./target/release/grass /app/bin/" ], + "cleanup": ["*"], "sources": [ { "type": "git",