From 9c314c2785d604b2bdcb7dea11017ea404c14038 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 12 Jan 2013 01:25:01 +0100 Subject: fixup: chroot-installation: install build-depends one by one to not fail on conflicts --- bin/chroot-installation.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh index 3f6a6015..3803b1e1 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -78,8 +78,8 @@ 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 +for PACKAGE in $@ + do apt-get -y build-dep $PACKAGE done EOF } -- cgit v1.2.3-54-g00ecf