summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2014-08-28 01:22:19 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2014-08-28 11:46:22 +0100
commit6b50da00ab1d1435b85e40d8345e209c8c36f3df (patch)
tree01e403f04651b721f0b983fe826950cd1da5e14a
parent076a69727e8b2b3495fc15e8215f915ef8bacd87 (diff)
downloaddefinitions-6b50da00ab1d1435b85e40d8345e209c8c36f3df.tar.gz
freefont-otf.morph: quote $DESTDIR
-rw-r--r--strata/graphics-common/freefont-otf.morph4
1 files changed, 2 insertions, 2 deletions
diff --git a/strata/graphics-common/freefont-otf.morph b/strata/graphics-common/freefont-otf.morph
index e5c6c482..f021480d 100644
--- a/strata/graphics-common/freefont-otf.morph
+++ b/strata/graphics-common/freefont-otf.morph
@@ -1,5 +1,5 @@
name: freefont-otf
kind: chunk
install-commands:
-- mkdir -p $DESTDIR/usr/share/fonts/opentype/freefont
-- install -p *.otf $DESTDIR/usr/share/fonts/opentype/freefont
+- mkdir -p "$DESTDIR"/usr/share/fonts/opentype/freefont
+- install -p *.otf "$DESTDIR"/usr/share/fonts/opentype/freefont