[SCM] live-build branch, debian-next, updated. debian/3.0_a51-1-25-gd50bed8

Daniel Baumann daniel at debian.org
Wed Jul 18 20:26:59 UTC 2012


The following commit has been merged in the debian-next branch:
commit c119136f8d667c926d94ebf22c905a9f69e725e6
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