mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-05 23:21:34 +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
|
livecd-rootfs (2.75) quantal; urgency=low
|
||||||
|
|
||||||
* Adjust for live-build interface changes up to 3.0~a57-1ubuntu1.
|
* Adjust for live-build interface changes up to 3.0~a57-1ubuntu1.
|
||||||
|
@ -229,7 +229,7 @@ case $PROJECT in
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if [ "$PREINSTALLED" != "true" ]; then
|
if [ "$PREINSTALLED" != "true" ] && [ "$LIVE_TASK" ]; then
|
||||||
add_task live "$LIVE_TASK"
|
add_task live "$LIVE_TASK"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user