summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2015-04-21 12:53:40 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-27 15:02:35 +0100
commit2a9486875d65bd7423b7a6f99bc817debe1242db (patch)
tree5abb7a3dab7e73f2c7c5d733becb98c8ee866cbb /scripts
parent28e841864437a6ac0f21b0383bee56d5e1611cf1 (diff)
downloadast2050-yocto-poky-2a9486875d65bd7423b7a6f99bc817debe1242db.zip
ast2050-yocto-poky-2a9486875d65bd7423b7a6f99bc817debe1242db.tar.gz
fontcache: allow to pass different fontconfig cache dir
(From OE-Core rev: adfb970efcb30af9b3b420b06b66e2aa6cc00ab4) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/postinst-intercepts/update_font_cache4
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/postinst-intercepts/update_font_cache b/scripts/postinst-intercepts/update_font_cache
index 3907f25..c8c6018 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}
OpenPOWER on IntegriCloud