From 76a2c5f3fdd8a2ff5c606f373fb134750844208d Mon Sep 17 00:00:00 2001 From: dolphin6k Date: Sun, 18 Jun 2023 13:21:32 +0900 Subject: [PATCH] Set executable flag to the fake inkscape --- convert-wrapper.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/convert-wrapper.sh b/convert-wrapper.sh index 84b6812a4..8e135033b 100755 --- a/convert-wrapper.sh +++ b/convert-wrapper.sh @@ -24,6 +24,7 @@ if [ x$FILEEXT = "xsvg" ]; then # that Imagemagick's `convert` will fallback to another # SVG converter, thus avoiding invoking the real Inkscape. echo "exit 1" > ./inkscape + chmod +x ./inkscape # Add the local directory to the beginning of this script's # $PATH so `convert` finds the dummy script we just made.