From f9d9020bed7f4da048fe37540688d3d610f1b24f Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 12 Jan 2013 01:35:04 +0100 Subject: fixup: fixup: chroot-installation: install build-depends one by one to not fail on conflicts --- bin/chroot-installation.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin') diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh index 3803b1e1..fe284efe 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -78,10 +78,10 @@ prepare_install_build_depends() { cat >> $CTMPFILE <<-EOF $SCRIPT_HEADER apt-get -y install build-essential -for PACKAGE in $@ - do apt-get -y build-dep $PACKAGE -done EOF +for PACKAGE in $@ ; do + echo apt-get -y build-dep $PACKAGE >> $CTMPFILE +done } prepare_upgrade2() { -- cgit v1.2.3-70-g09d2