diff options
Diffstat (limited to 'helpers/lh_chroot_local-includes')
-rwxr-xr-x | helpers/lh_chroot_local-includes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_chroot_local-includes b/helpers/lh_chroot_local-includes index c1308e1..ecb68c7 100755 --- a/helpers/lh_chroot_local-includes +++ b/helpers/lh_chroot_local-includes @@ -46,7 +46,7 @@ if Find_files config/chroot_local-includes/ then # Copying includes cd config/chroot_local-includes - find . | cpio -dmpu "${OLDPWD}"/chroot + find . | cpio -dmpu --no-preserve-owner "${OLDPWD}"/chroot cd "${OLDPWD}" # Creating stage file |