mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 21:32:12 +02:00
update_font_cache: fix ownership of .uuid files too
(From OE-Core rev: cc2b5dfbfe353425d0b463a4a01589b64f2f5e60) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6f5e5f50cc
commit
c83ad9949b
@@ -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 '{}' +
|
||||
|
||||
Reference in New Issue
Block a user