[oe-commits] [openembedded-core] 08/29: update_font_cache: fix ownership of .uuid files too

git at git.openembedded.org git at git.openembedded.org
Thu Jan 23 00:13:32 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit a396ab02e2d6d819034e61072271319ef4308f18
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Thu Jan 2 23:19:38 2020 +0000

    update_font_cache: fix ownership of .uuid files too
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 scripts/postinst-intercepts/update_font_cache | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scripts/postinst-intercepts/update_font_cache b/scripts/postinst-intercepts/update_font_cache
index 3053c70..46bdb8c 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 '{}' +

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list