diff options
author | Chris Lamb <lamby@debian.org> | 2008-10-12 13:47:02 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:42 +0100 |
commit | d92d4e2201d921510fa2e7247ef1184b55680ee3 (patch) | |
tree | d9e9c79ff7b8279137231e807fd7608e2ad63b4e /helpers/lh_binary_local-includes | |
parent | d9810a364404c6b317287979b15d3b83389bdd64 (diff) | |
download | vyos-live-build-d92d4e2201d921510fa2e7247ef1184b55680ee3.tar.gz vyos-live-build-d92d4e2201d921510fa2e7247ef1184b55680ee3.zip |
For consistency, don't preserve uid/gid for files in binary_local-includes.
Diffstat (limited to 'helpers/lh_binary_local-includes')
-rwxr-xr-x | helpers/lh_binary_local-includes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_binary_local-includes b/helpers/lh_binary_local-includes index bcc013b8d..dc489ec0e 100755 --- a/helpers/lh_binary_local-includes +++ b/helpers/lh_binary_local-includes @@ -46,7 +46,7 @@ if Find_files config/binary_local-includes/ then # Copying includes cd config/binary_local-includes - find . | cpio -dmpu "${OLDPWD}"/binary + find . | cpio -dmpu --no-preserve-owner "${OLDPWD}"/binary cd "${OLDPWD}" # Removing symlinks |