From e831b59f312fcf7aa4446b45d0849f18b7318173 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Mon, 12 Sep 2011 17:52:08 +0100 Subject: [PATCH] BuildLiveCD: Fix typo that broke installing ubuntu-defaults-builder and its recommendations. --- BuildLiveCD | 2 +- debian/changelog | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/BuildLiveCD b/BuildLiveCD index 5ca05659..39cb0884 100755 --- a/BuildLiveCD +++ b/BuildLiveCD @@ -115,7 +115,7 @@ for STE in $SUITES; do sudo chroot ~/build-${STE}-live/chroot-${STE} apt-get -qq update || true sudo chroot ~/build-${STE}-live/chroot-${STE} apt-get -y dist-upgrade || true sudo chroot ~/build-${STE}-live/chroot-${STE} apt-get -y install livecd-rootfs || true - sudo chroot ~/build-${STE}-live/chroot-${STE} apt-get -y --install-recommends ubuntu-defaults-builder || true + sudo chroot ~/build-${STE}-live/chroot-${STE} apt-get -y --install-recommends install ubuntu-defaults-builder || true fi done for STE in $SUITES; do diff --git a/debian/changelog b/debian/changelog index e2c4d9fa..45efbdf0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.37) UNRELEASED; urgency=low + + * BuildLiveCD: Fix typo that broke installing ubuntu-defaults-builder and + its recommendations. + + -- Colin Watson Mon, 12 Sep 2011 17:51:44 +0100 + livecd-rootfs (2.36) oneiric; urgency=low [ Colin Watson ]