diff options
Diffstat (limited to 'scripts/build/lb_bootstrap_cdebootstrap')
-rwxr-xr-x | scripts/build/lb_bootstrap_cdebootstrap | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/build/lb_bootstrap_cdebootstrap b/scripts/build/lb_bootstrap_cdebootstrap index 2bf892d65..4b439d3e1 100755 --- a/scripts/build/lb_bootstrap_cdebootstrap +++ b/scripts/build/lb_bootstrap_cdebootstrap @@ -52,6 +52,9 @@ Create_lockfile .lock # Creating chroot directory mkdir -p chroot +# Temporarily including bzip2 manually until #657560 has been fixed in unstable +CDEBOOTSTRAP_OPTIONS="${CDEBOOTSTRAP_OPTIONS} --include=bzip2" + # Setting cdebootstrap options if [ -n "${LB_ARCHITECTURES}" ] then |