summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2013-05-10 09:00:19 +0100
committerRichard Dale <richard.dale@codethink.co.uk>2013-05-10 09:00:19 +0100
commit6fec5d1ff61af3c9c82ce7defd37b8d731eee744 (patch)
tree78c6e9c3641e07ca02d942b2dfe95feb17bd3d8e
parent2cb2b44b214fcf26fe6e312fc37248681d8fd28e (diff)
downloadfreefont-otf-6fec5d1ff61af3c9c82ce7defd37b8d731eee744.tar.gz
Install fonts into $DESTDIR
-rw-r--r--freefont-otf.morph6
1 files changed, 3 insertions, 3 deletions
diff --git a/freefont-otf.morph b/freefont-otf.morph
index 102192a..d7066cd 100644
--- a/freefont-otf.morph
+++ b/freefont-otf.morph
@@ -6,8 +6,8 @@
"build-commands": [
],
"install-commands": [
- "mkdir /usr/share/fonts/opentype",
- "mkdir /usr/share/fonts/opentype/freefont",
- "install -p *.otf /usr/share/fonts/opentype/freefont"
+ "mkdir $DESTDIR/usr/share/fonts/opentype",
+ "mkdir $DESTDIR/usr/share/fonts/opentype/freefont",
+ "install -p *.otf $DESTDIR/usr/share/fonts/opentype/freefont"
]
}