Set executable flag to the fake inkscape
This commit is contained in:
parent
8e9b33b22e
commit
76a2c5f3fd
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ if [ x$FILEEXT = "xsvg" ]; then
|
||||||
# that Imagemagick's `convert` will fallback to another
|
# that Imagemagick's `convert` will fallback to another
|
||||||
# SVG converter, thus avoiding invoking the real Inkscape.
|
# SVG converter, thus avoiding invoking the real Inkscape.
|
||||||
echo "exit 1" > ./inkscape
|
echo "exit 1" > ./inkscape
|
||||||
|
chmod +x ./inkscape
|
||||||
|
|
||||||
# Add the local directory to the beginning of this script's
|
# Add the local directory to the beginning of this script's
|
||||||
# $PATH so `convert` finds the dummy script we just made.
|
# $PATH so `convert` finds the dummy script we just made.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue