summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2013-05-10 09:08:36 +0100
committerRichard Dale <richard.dale@codethink.co.uk>2013-05-10 09:08:36 +0100
commit0ca3ccce74e81f7feb6e922edd988be0e1a43f05 (patch)
tree4b20641d214d1243f8c76f765099644b64a15e81
parent6fec5d1ff61af3c9c82ce7defd37b8d731eee744 (diff)
downloadfreefont-otf-0ca3ccce74e81f7feb6e922edd988be0e1a43f05.tar.gz
Use 'mkdir -p'
-rw-r--r--freefont-otf.morph3
1 files changed, 1 insertions, 2 deletions
diff --git a/freefont-otf.morph b/freefont-otf.morph
index d7066cd..2cb0623 100644
--- a/freefont-otf.morph
+++ b/freefont-otf.morph
@@ -6,8 +6,7 @@
"build-commands": [
],
"install-commands": [
- "mkdir $DESTDIR/usr/share/fonts/opentype",
- "mkdir $DESTDIR/usr/share/fonts/opentype/freefont",
+ "mkdir -p $DESTDIR/usr/share/fonts/opentype/freefont",
"install -p *.otf $DESTDIR/usr/share/fonts/opentype/freefont"
]
}