From 1979a830bc7c3218763c8c5a1e64b5d1f900d2d6 Mon Sep 17 00:00:00 2001 From: Till Date: Fri, 10 Jul 2020 11:30:37 +0300 Subject: [PATCH] updated inkscape command line option to work with Inkscape 1.0 (4035a4f, 2020-05-01) --- tools/faust2appls/faust2pdf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/faust2appls/faust2pdf b/tools/faust2appls/faust2pdf index aae542df29..659b33eef5 100755 --- a/tools/faust2appls/faust2pdf +++ b/tools/faust2appls/faust2pdf @@ -8,7 +8,7 @@ for d in $@; do name=${d%.dsp} cd $name-svg for f in *.svg; do - inkscape -E ${f%.svg}.eps $f + inkscape -o ${f%.svg}.eps $f epstopdf ${f%.svg}.eps rm $f done