summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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