summaryrefslogtreecommitdiffstats
path: root/fonts-x11/ttf-roboto/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'fonts-x11/ttf-roboto/INSTALL')
-rwxr-xr-xfonts-x11/ttf-roboto/INSTALL4
1 files changed, 3 insertions, 1 deletions
diff --git a/fonts-x11/ttf-roboto/INSTALL b/fonts-x11/ttf-roboto/INSTALL
index 250978301d..302ab0585e 100755
--- a/fonts-x11/ttf-roboto/INSTALL
+++ b/fonts-x11/ttf-roboto/INSTALL
@@ -1 +1,3 @@
-install -m644 $SOURCE_DIRECTORY/hinted/*.ttf $INSTALL_ROOT/usr/share/fonts/TTF/
+fontdir="$INSTALL_ROOT/usr/share/fonts/TTF/" &&
+install -d "$fontdir" &&
+install -m444 "$SOURCE_DIRECTORY"/src/hinted/*.ttf "$fontdir"