From 9952cf9cbd84f111e3ac5ab3b971eadc948f71ee Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 21 Apr 2013 13:57:39 +0200 Subject: fixup: fixup: workaround #705452 --- bin/chroot-installation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/chroot-installation.sh') diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh index cf3bb830..49071fe0 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -90,7 +90,7 @@ echo "deb $MIRROR $1 main contrib non-free" > /etc/apt/sources.list $SCRIPT_HEADER apt-get update # workaround #705452 -(dpkg -l xml-core && apt-get -y install xml-core docbook-xml) || true +(dpkg -l xml-core && apt-get -y install xml-core) || true apt-get -y upgrade apt-get -y dist-upgrade apt-get -y dist-upgrade -- cgit v1.2.3-54-g00ecf