From 0868cf3cd37d428a2c47b8e2ca5ddb91c90149b2 Mon Sep 17 00:00:00 2001 From: Bruno Lopes Date: Thu, 14 Aug 2025 16:21:24 -0300 Subject: [PATCH] build/linux: More fixes to the README --- build/linux/snap/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/linux/snap/README.md b/build/linux/snap/README.md index b342aff1eb..137379688e 100644 --- a/build/linux/snap/README.md +++ b/build/linux/snap/README.md @@ -29,7 +29,7 @@ Base rule to update the "GNU Image Manipulation Program" entry: You can find the installed dependencies by running: ```sh -ls "/snap/gnome*-sdk/current/usr/lib/$(gcc -print-multiarch)/pkgconfig" +ls "$(echo /snap/gnome*-sdk/current/usr/lib/$(gcc -print-multiarch)/pkgconfig)" ``` ## Versioning the snap