From e2a714e6d1d92cfeed0edb51880bdd4a5075e67d Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 21 Apr 2013 12:47:56 +0200 Subject: workaround #705452 --- bin/chroot-installation.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/chroot-installation.sh') diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh index 4fb26f8a..271e7db0 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -90,9 +90,9 @@ prepare_upgrade2() { cat >> $CTMPFILE <<-EOF echo "deb $MIRROR $1 main contrib non-free" > /etc/apt/sources.list $SCRIPT_HEADER -# work around #703146 -rm /var/lib/apt/lists/*Release apt-get update +# workaround #705452 +(dpkg -l docbook-xml && apt-get -y install docbook-xml) || true apt-get -y upgrade apt-get -y dist-upgrade apt-get -y dist-upgrade -- cgit v1.2.3-54-g00ecf