mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-22 02:41:12 +00:00
live-build/auto/config: Don't try to install an empty task name when
building an image without a live task.
This commit is contained in:
parent
314ade199f
commit
dc1ab10bb4
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (2.76) UNRELEASED; urgency=low
|
||||
|
||||
* live-build/auto/config: Don't try to install an empty task name when
|
||||
building an image without a live task.
|
||||
|
||||
-- Colin Watson <cjwatson@ubuntu.com> Thu, 23 Aug 2012 09:43:38 +0100
|
||||
|
||||
livecd-rootfs (2.75) quantal; urgency=low
|
||||
|
||||
* Adjust for live-build interface changes up to 3.0~a57-1ubuntu1.
|
||||
|
@ -229,7 +229,7 @@ case $PROJECT in
|
||||
;;
|
||||
esac
|
||||
|
||||
if [ "$PREINSTALLED" != "true" ]; then
|
||||
if [ "$PREINSTALLED" != "true" ] && [ "$LIVE_TASK" ]; then
|
||||
add_task live "$LIVE_TASK"
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user