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

Daniel Baumann daniel at debian.org
Wed Sep 7 15:43:12 UTC 2011


The following commit has been merged in the debian branch:
commit c2633d240584d385ab8f6e9fd053660c3be97d69
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Sep 7 17:37:37 2011 +0200

    Correcting syntax error in local package handling.

diff --git a/scripts/build/lb_chroot_archives b/scripts/build/lb_chroot_archives
index 441d63f..327ee69 100755
--- a/scripts/build/lb_chroot_archives
+++ b/scripts/build/lb_chroot_archives
@@ -297,6 +297,7 @@ EOF
 					then
 						cp -L "${FILE}" chroot/root/packages
 					elif [ -e "${FILE}" ]
+					then
 						cp ${CP_OPTIONS} "${FILE}" chroot/root/packages
 					fi
 				done
@@ -310,6 +311,7 @@ EOF
 					then
 						cp -L "${FILE}" chroot/root/packages
 					elif [ -e "${FILE}" ]
+					then
 						cp ${CP_OPTIONS} "${FILE}" chroot/root/packages
 					fi
 				done

-- 
live-build



More information about the debian-live-changes mailing list