From 02a0e0b64fb8e6315338ec43ea670d3cfe44cf40 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 11 Apr 2012 09:00:42 +0200 Subject: Temporarily including bzip2 manually when bootstrapping until #657560 has been fixed in unstable. --- scripts/build/lb_bootstrap_debootstrap | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/build/lb_bootstrap_debootstrap') diff --git a/scripts/build/lb_bootstrap_debootstrap b/scripts/build/lb_bootstrap_debootstrap index 3aeed80f5..b83ee0231 100755 --- a/scripts/build/lb_bootstrap_debootstrap +++ b/scripts/build/lb_bootstrap_debootstrap @@ -52,6 +52,9 @@ Create_lockfile .lock # Creating chroot directory mkdir -p chroot +# Temporarily including bzip2 manually until #657560 has been fixed in unstable +DEBOOTSTRAP_OPTIONS="${DEBOOTSTRAP_OPTIONS} --include=bzip2" + # Setting debootstrap options if [ -n "${LB_ARCHITECTURES}" ] then -- cgit v1.2.3