summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--freefont-otf.morph19
1 files changed, 7 insertions, 12 deletions
diff --git a/freefont-otf.morph b/freefont-otf.morph
index 2cb0623..f70f4da 100644
--- a/freefont-otf.morph
+++ b/freefont-otf.morph
@@ -1,12 +1,7 @@
-{
- "name": "freefont-otf",
- "kind": "chunk",
- "configure-commands": [
- ],
- "build-commands": [
- ],
- "install-commands": [
- "mkdir -p $DESTDIR/usr/share/fonts/opentype/freefont",
- "install -p *.otf $DESTDIR/usr/share/fonts/opentype/freefont"
- ]
-}
+name: freefont-otf
+kind: chunk
+configure-commands: []
+build-commands: []
+install-commands:
+- mkdir -p $DESTDIR/usr/share/fonts/opentype/freefont
+- install -p *.otf $DESTDIR/usr/share/fonts/opentype/freefont