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 13f9df1592..97e7f17f00 100644 --- a/meta/classes/fontcache.bbclass +++ b/meta/classes/fontcache.bbclass | |||
@@ -20,7 +20,7 @@ if [ -n "$D" ] ; then | |||
20 | $INTERCEPT_DIR/postinst_intercept update_font_cache ${PKG} mlprefix=${MLPREFIX} binprefix=${MLPREFIX} \ | 20 | $INTERCEPT_DIR/postinst_intercept update_font_cache ${PKG} mlprefix=${MLPREFIX} binprefix=${MLPREFIX} \ |
21 | 'bindir="${bindir}"' \ | 21 | 'bindir="${bindir}"' \ |
22 | 'libdir="${libdir}"' \ | 22 | 'libdir="${libdir}"' \ |
23 | 'libexecdir="${libexecdir}"' \ | 23 | 'libexecdir="${libexecdir}"' \ |
24 | 'base_libdir="${base_libdir}"' \ | 24 | 'base_libdir="${base_libdir}"' \ |
25 | 'fontconfigcachedir="${FONTCONFIG_CACHE_DIR}"' \ | 25 | 'fontconfigcachedir="${FONTCONFIG_CACHE_DIR}"' \ |
26 | 'fontconfigcacheparams="${FONTCONFIG_CACHE_PARAMS}"' \ | 26 | 'fontconfigcacheparams="${FONTCONFIG_CACHE_PARAMS}"' \ |