mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +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:
parent
6f5e5f50cc
commit
c83ad9949b
|
@ -6,4 +6,6 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
PSEUDO_UNLOAD=1 ${binprefix}qemuwrapper -L $D -E ${fontconfigcacheenv} $D${libexecdir}/${binprefix}fc-cache --sysroot=$D --system-only ${fontconfigcacheparams}
|
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}
|
chown -R root:root $D${fontconfigcachedir}
|
||||||
|
find $D -type f -name .uuid -exec chown root:root '{}' +
|
||||||
|
|
Loading…
Reference in New Issue
Block a user