summaryrefslogtreecommitdiff
path: root/mk/image.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-04-29 14:56:22 +0000
committerWaldemar Brodkorb <wbx@openadk.org>2013-04-29 14:56:22 +0000
commit11d7426128183e687ebc1f2b4a8f3f21fbfec791 (patch)
tree5ae9f166dab7c61bef0966b1e146fdbc9340cde7 /mk/image.mk
parentac9121f91dc94bbe7949f46abb541960c4d84054 (diff)
mkfontdir needs mkfontscale
Diffstat (limited to 'mk/image.mk')
-rw-r--r--mk/image.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/image.mk b/mk/image.mk
index 38e206df3..ec681a48e 100644
--- a/mk/image.mk
+++ b/mk/image.mk
@@ -42,7 +42,7 @@ image-prepare-post:
dd if=$$rng bs=512 count=1 >>${TARGET_DIR}/etc/.rnd 2>/dev/null; \
chmod 600 ${TARGET_DIR}/etc/.rnd
chmod 4511 ${TARGET_DIR}/bin/busybox
- @if [ -d ${TARGET_DIR}/usr/share/fonts/X11 ];then \
+ @-if [ -d ${TARGET_DIR}/usr/share/fonts/X11 ];then \
for i in $$(ls ${TARGET_DIR}/usr/share/fonts/X11/);do \
mkfontdir ${TARGET_DIR}/usr/share/fonts/X11/$${i}; \
done; \