From c83ad9949bcfef5496e0ff82b709a4408bbcc0b4 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 2 Jan 2020 23:19:38 +0000 Subject: update_font_cache: fix ownership of .uuid files too (From OE-Core rev: cc2b5dfbfe353425d0b463a4a01589b64f2f5e60) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- scripts/postinst-intercepts/update_font_cache | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') diff --git a/scripts/postinst-intercepts/update_font_cache b/scripts/postinst-intercepts/update_font_cache index 3053c7065f..46bdb8c572 100644 --- a/scripts/postinst-intercepts/update_font_cache +++ b/scripts/postinst-intercepts/update_font_cache @@ -6,4 +6,6 @@ set -e PSEUDO_UNLOAD=1 ${binprefix}qemuwrapper -L $D -E ${fontconfigcacheenv} $D${libexecdir}/${binprefix}fc-cache --sysroot=$D --system-only ${fontconfigcacheparams} + chown -R root:root $D${fontconfigcachedir} +find $D -type f -name .uuid -exec chown root:root '{}' + -- cgit v1.2.3-54-g00ecf