diff options
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/fontcache.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/fontcache.bbclass b/meta/classes/fontcache.bbclass index 2bf1e4bd1b..ad5892cda1 100644 --- a/meta/classes/fontcache.bbclass +++ b/meta/classes/fontcache.bbclass | |||
@@ -12,7 +12,7 @@ FONT_EXTRA_RDEPENDS ?= "fontconfig-utils" | |||
12 | fontcache_common() { | 12 | fontcache_common() { |
13 | if [ "x$D" != "x" ] ; then | 13 | if [ "x$D" != "x" ] ; then |
14 | $INTERCEPT_DIR/postinst_intercept update_font_cache ${PKG} mlprefix=${MLPREFIX} bindir=${bindir} \ | 14 | $INTERCEPT_DIR/postinst_intercept update_font_cache ${PKG} mlprefix=${MLPREFIX} bindir=${bindir} \ |
15 | libdir=${libdir} base_libdir=${base_libdir} | 15 | libdir=${libdir} base_libdir=${base_libdir} localstatedir=${localstatedir} |
16 | else | 16 | else |
17 | fc-cache | 17 | fc-cache |
18 | fi | 18 | fi |