[SCM] live-build branch, debian, updated. debian/3.0_a51-1-31-gf271c83

Daniel Baumann daniel at debian.org
Wed Jul 18 21:10:54 UTC 2012


The following commit has been merged in the debian branch:
commit 44fd76f5a0f08493c43fa82316e1591709dc76f5
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Jul 18 22:21:30 2012 +0200

    Correcting freudian typo in package check for chroot filesystems dependencies in binary_rootfs.

diff --git a/scripts/build/lb_binary_rootfs b/scripts/build/lb_binary_rootfs
index 1328b9d..e4257ce 100755
--- a/scripts/build/lb_binary_rootfs
+++ b/scripts/build/lb_binary_rootfs
@@ -90,7 +90,7 @@ done
 case "${LB_CHROOT_FILESYSTEM}" in
 	ext2|ext3|ext4)
 		# Checking depends
-		Check_package chroot/sbin/mkfs.${LB_BINARY_FILESYSTEM} e2fsprogs
+		Check_package chroot/sbin/mkfs.${LB_CHROOT_FILESYSTEM} e2fsprogs
 
 		# Restoring cache
 		Restore_cache cache/packages.binary

-- 
live-build



More information about the debian-live-changes mailing list