[SCM] Debian Live build scripts branch, master, updated. 1.0.1-1-21-g5aee224

Daniel Baumann daniel at debian.org
Sun Oct 12 09:14:53 UTC 2008


The following commit has been merged in the master branch:
commit 5aee2244c1ca9522bc64bee7971814e6ccb66020
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Oct 12 11:10:47 2008 +0200

    Applying patch from Frederic Boiteux <fboiteux at calistel.com> to support wildcards in rootfs exclude lists (Closes: #500677).

diff --git a/helpers/lh_binary_rootfs b/helpers/lh_binary_rootfs
index 85cccb9..450753a 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 /usr/bin/env -i xargs --arg-file=/excludes rm -rf
+		chroot chroot/chroot /usr/bin/env -i xargs --arg-file=/excludes -I FILE bash -c 'rm -rf FILE'
 		rm -f chroot/chroot/excludes
 	fi
 

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list