From c5c3f6133a0fb62ba9c2c3b839e6ea5774f9c76a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 26 Sep 2010 12:38:38 +0200 Subject: Adding debian version 3.0~a1-1. --- scripts/build/lb_binary_rootfs | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'scripts/build/lb_binary_rootfs') diff --git a/scripts/build/lb_binary_rootfs b/scripts/build/lb_binary_rootfs index 66b970c77..27af0993a 100755 --- a/scripts/build/lb_binary_rootfs +++ b/scripts/build/lb_binary_rootfs @@ -1,7 +1,7 @@ #!/bin/sh ## live-build(7) - System Build Scripts -## Copyright (C) 2006-2011 Daniel Baumann +## Copyright (C) 2006-2010 Daniel Baumann ## ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING. ## This is free software, and you are welcome to redistribute it @@ -307,16 +307,7 @@ case "${LB_CHROOT_FILESYSTEM}" in if [ -f config/binary_rootfs/squashfs.sort ] then MKSQUASHFS_OPTIONS="${MKSQUASHFS_OPTIONS} -sort squashfs.sort" - - case "${LB_BUILD_WITH_CHROOT}" in - true) - cp config/binary_rootfs/squashfs.sort chroot - ;; - - false) - cp config/binary_rootfs/squashfs.sort . - ;; - esac + cp config/binary_rootfs/squashfs.sort chroot #FIXME fi case "${LB_BUILD_WITH_CHROOT}" in -- cgit v1.2.3