]> code.ossystems Code Review - openembedded-core.git/commitdiff
update_font_cache: fix ownership of .uuid files too
authorRoss Burton <ross.burton@intel.com>
Thu, 2 Jan 2020 23:19:38 +0000 (23:19 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 27 Jan 2020 16:38:54 +0000 (16:38 +0000)
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/postinst-intercepts/update_font_cache

index 3053c7065f45f17b3dd4a6bf8e4b73b5dfb82c50..46bdb8c572b4a29859b8d7d9319abfa73de25a18 100644 (file)
@@ -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 '{}' +