mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-26 02:11:15 +00:00
BuildLiveCD: Fix typo that broke installing ubuntu-defaults-builder and
its recommendations.
This commit is contained in:
parent
8c2c4e3fd8
commit
e831b59f31
@ -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
|
||||
|
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -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 <cjwatson@ubuntu.com> Mon, 12 Sep 2011 17:51:44 +0100
|
||||
|
||||
livecd-rootfs (2.36) oneiric; urgency=low
|
||||
|
||||
[ Colin Watson ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user