From 60a8ee7a80063eaf620eaa727af0f484fdb91bff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Fri, 10 Jun 2022 01:16:14 +0200 Subject: Build tools with Meson as well --- tools/clean-up-thumbnail-cache.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/clean-up-thumbnail-cache.sh') diff --git a/tools/clean-up-thumbnail-cache.sh b/tools/clean-up-thumbnail-cache.sh index 94b68e5..fb67a6e 100755 --- a/tools/clean-up-thumbnail-cache.sh +++ b/tools/clean-up-thumbnail-cache.sh @@ -1,6 +1,6 @@ #!/bin/sh -e # Remove thumbnails with URIs pointing to at this moment non-existing files. -make pnginfo +ninja pnginfo pnginfo=$(pwd)/pnginfo cache_home=${XDG_CACHE_HOME:-$HOME/.cache} for size in normal large x-large xx-large; do -- cgit v1.2.3