From 29361a0e07e17dd9e002e2eb39b6e75c87dc772f Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 7 Apr 2015 13:21:13 +0200 Subject: fontcache: allow to pass different fontconfig cache dir (From OE-Core rev: 40f7986313277ef815b19331388bca124187bfeb) Signed-off-by: Martin Jansa Signed-off-by: Richard Purdie --- scripts/postinst-intercepts/update_font_cache | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'scripts/postinst-intercepts') diff --git a/scripts/postinst-intercepts/update_font_cache b/scripts/postinst-intercepts/update_font_cache index 3907f25f19..c8c6018f27 100644 --- a/scripts/postinst-intercepts/update_font_cache +++ b/scripts/postinst-intercepts/update_font_cache @@ -2,6 +2,4 @@ PSEUDO_UNLOAD=1 qemuwrapper -L $D -E LD_LIBRARY_PATH=$D/${libdir}:$D/${base_libdir}\ $D${bindir}/fc-cache --sysroot=$D -chown -R root:root $D${localstatedir}/cache/fontconfig - - +chown -R root:root $D${fontconfigcachedir} -- cgit v1.2.3-54-g00ecf