From 8a88b7fb072ebc9f33ca1d0e81ae202a0fef37da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Thu, 17 Apr 2025 16:31:30 +0200 Subject: [PATCH] build: Properly clean up grass --- build-aux/org.gnome.Fractal.Devel.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-aux/org.gnome.Fractal.Devel.json b/build-aux/org.gnome.Fractal.Devel.json index 7c38a165..890f634d 100644 --- a/build-aux/org.gnome.Fractal.Devel.json +++ b/build-aux/org.gnome.Fractal.Devel.json @@ -48,7 +48,9 @@ "cleanup-commands": [ "mkdir -p ${FLATPAK_DEST}/lib/ffmpeg" ], - "cleanup": ["bin/grass"], + "cleanup": [ + "/bin/grass" + ], "modules": [ { "name": "grass",