diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2015-04-21 12:53:03 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-27 15:02:25 +0100 |
commit | fc732ee788a254ec388cff8fe5619348014255d3 (patch) | |
tree | f0ecdf4df0d19f7ed1b18cfcd5705ada4d6498a1 /scripts | |
parent | 0ecccc7e75f2833c4f2599ce46b6fb9a0bc06e22 (diff) | |
download | openembedded-core-fc732ee788a254ec388cff8fe5619348014255d3.tar.gz openembedded-core-fc732ee788a254ec388cff8fe5619348014255d3.tar.bz2 openembedded-core-fc732ee788a254ec388cff8fe5619348014255d3.zip |
fontcache: allow to pass different fontconfig cache dir
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_cache | 4 |
1 files changed, 1 insertions, 3 deletions
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} |