[SCM] Debian Live build scripts branch, master, updated. 1.0.1-1-26-g75d5d74

Chris Lamb lamby at debian.org
Sun Oct 12 12:51:32 UTC 2008


The following commit has been merged in the master branch:
commit 75d5d7463a0c492c7e82156020aabfd47455f48f
Author: Chris Lamb <lamby at debian.org>
Date:   Sun Oct 12 13:47:02 2008 +0100

    For consistency, don't preserve uid/gid for files in binary_local-includes.
    
    Signed-off-by: Chris Lamb <lamby at debian.org>

diff --git a/helpers/lh_binary_local-includes b/helpers/lh_binary_local-includes
index bcc013b..dc489ec 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

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list