[SCM] live-build branch, debian, updated. debian/3.0_a30-1-31-g468a41f

intrigeri intrigeri at boum.org
Wed Sep 7 15:43:11 UTC 2011


The following commit has been merged in the debian branch:
commit 76a6831e0f4a8d4e7a16c72da1dae77cca4e6ad8
Author: intrigeri <intrigeri at boum.org>
Date:   Fri Aug 26 00:23:09 2011 +0200

    Fixing typos brought in by ext4 support patch.

diff --git a/scripts/build/lb_binary_virtual-hdd b/scripts/build/lb_binary_virtual-hdd
index f048663..5cbea89 100755
--- a/scripts/build/lb_binary_virtual-hdd
+++ b/scripts/build/lb_binary_virtual-hdd
@@ -47,7 +47,7 @@ if [ "${LB_BUILD_WITH_CHROOT}" = "true" ]
 then
 	case "${LB_BINARY_FILESYSTEM}" in
 		ext2|ext3|ext4)
-			Check_package chroot/sbin/mkfs.${LB_BINARTY_FILESYSTEM}  e2fsprogs
+			Check_package chroot/sbin/mkfs.${LB_BINARY_FILESYSTEM}  e2fsprogs
 			;;
 	esac
 fi
@@ -88,7 +88,7 @@ then
 else
 	case "${LB_BINARY_FILESYSTEM}" in
 		ext2|ext3|ext4)
-			mkfs.${LB_BINARTY_FILESYSTEM} . -F binary-virtual.img
+			mkfs.${LB_BINARY_FILESYSTEM} . -F binary-virtual.img
 			;;
 	esac
 fi

-- 
live-build



More information about the debian-live-changes mailing list