From d92d4e2201d921510fa2e7247ef1184b55680ee3 Mon Sep 17 00:00:00 2001
From: Chris Lamb <lamby@debian.org>
Date: Sun, 12 Oct 2008 13:47:02 +0100
Subject: For consistency, don't preserve uid/gid for files in
 binary_local-includes.

---
 helpers/lh_binary_local-includes | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
cgit v1.0