summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2013-05-10 08:20:02 +0100
committerRichard Dale <richard.dale@codethink.co.uk>2013-05-10 08:20:02 +0100
commit2cb2b44b214fcf26fe6e312fc37248681d8fd28e (patch)
tree14613408eec991011775ec4230a88149fc99ca45
parent87663919c0a69176466c37ed05ebaa56afd2b948 (diff)
downloadfreefont-otf-2cb2b44b214fcf26fe6e312fc37248681d8fd28e.tar.gz
Add a morph to install fonts
-rw-r--r--freefont-otf.morph13
1 files changed, 13 insertions, 0 deletions
diff --git a/freefont-otf.morph b/freefont-otf.morph
new file mode 100644
index 0000000..102192a
--- /dev/null
+++ b/freefont-otf.morph
@@ -0,0 +1,13 @@
+{
+ "name": "freefont-otf",
+ "kind": "chunk",
+ "configure-commands": [
+ ],
+ "build-commands": [
+ ],
+ "install-commands": [
+ "mkdir /usr/share/fonts/opentype",
+ "mkdir /usr/share/fonts/opentype/freefont",
+ "install -p *.otf /usr/share/fonts/opentype/freefont"
+ ]
+}