mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
When changing permissions on all directories in the staging directory, after copying sysroot, paths that contain spaces break the call to chmod. With -print0 for find and -0 for xargs white spaces are correctly interpreted. Signed-off-by: Daniel Lang <d.lang@abatec.at> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>