summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-06-07 13:19:03 +0200
committerCarl Hetherington <cth@carlh.net>2021-06-07 13:21:10 +0200
commit95e6551c7e77f03455d14b41a9bc0430c9dc086d (patch)
tree17a68254dcb0116e6603dea2ed9db6bf45b27078 /graphics
parentd974b7c5980636d60e441ecfdac700371b9a1702 (diff)
Fix checking for inkscape binary.
Diffstat (limited to 'graphics')
-rwxr-xr-xgraphics/update4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/update b/graphics/update
index cea8fd224..464a3a068 100755
--- a/graphics/update
+++ b/graphics/update
@@ -36,14 +36,14 @@ if [ `uname -s` == "Darwin" ]; then
else
required_font "Libre Baskerville"
- for c in icotool convert inkscape inkbatch; do
+ INKSCAPE="$HOME/Applications/inkscape"
+ for c in icotool convert inkbatch $INKSCAPE; do
if [ ! -x "$(command -v $c)" ]; then
echo "$c is required"
exit 1
fi
done
- INKSCAPE="$HOME/Applications/inkscape -C --export-type=png"
# OS X application icons
mkdir -p osx