[SCM] debian-live branch, master, updated. 1.0.0-1-18-g656fef8

Daniel Baumann daniel at debian.org
Sun Aug 31 19:29:45 UTC 2008


The following commit has been merged in the master branch:
commit 66128833a34dc9d6a14bf97de451c9e46e03705d
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Aug 31 21:15:28 2008 +0200

    Correcting chroot call to process config/binary_rootfs/excludes in chrooted builds.

diff --git a/helpers/lh_binary_rootfs b/helpers/lh_binary_rootfs
index 387bf80..419b264 100755
--- a/helpers/lh_binary_rootfs
+++ b/helpers/lh_binary_rootfs
@@ -94,7 +94,7 @@ then
 	if [ -f config/binary_rootfs/excludes ]
 	then
 		cp config/binary_rootfs/excludes chroot/chroot/excludes
-		Chroot chroot/chroot "cat /excludes | xargs rm -rf"
+		chroot chroot/chroot /usr/bin/env -i xargs --arg-file=/excludes rm -rf
 		rm -f chroot/chroot/excludes
 	fi
 

-- 
debian-live



More information about the debian-live-changes mailing list