Stop adding LIVE_TASK for PREINSTALLED

This commit is contained in:
Adam Conrad 2012-01-09 03:28:09 -07:00
parent eaf9412d2b
commit 91ed063783
2 changed files with 6 additions and 9 deletions

5
debian/changelog vendored
View File

@ -1,8 +1,9 @@
livecd-rootfs (2.46) UNRELEASED; urgency=low
livecd-rootfs (2.46) precise; urgency=low
* Guard legacy cloop code in a [ -f ], so it stops failing.
* Don't add the LIVE_TASK for any PREINSTALLED images.
-- Adam Conrad <adconrad@ubuntu.com> Mon, 05 Dec 2011 15:12:36 -0700
-- Adam Conrad <adconrad@ubuntu.com> Mon, 09 Jan 2012 03:23:26 -0700
livecd-rootfs (2.45) precise; urgency=low

View File

@ -187,13 +187,9 @@ case $PROJECT in
;;
esac
case $SUBPROJECT in
wubi)
;;
*)
add_task live "$LIVE_TASK"
;;
esac
if [ "$PREINSTALLED" = "true" ]; then
add_task live "$LIVE_TASK"
fi
case $PROJECT in
ubuntu-dvd)