summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2014-08-15 17:08:51 +0100
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2014-08-15 17:08:51 +0100
commit75fa95a912718bb94a135d4bf6b13bb38e186ce7 (patch)
tree5a7cd174f8a0acb4c8c6daa07a45a91fc080914c
parent0ca3ccce74e81f7feb6e922edd988be0e1a43f05 (diff)
downloadfreefont-otf-baserock/morph.tar.gz
Convert and fix freefont-oth.morph to YAMLbaserock/morph
-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