live-build/auto/config: Don't install lupin-casper on ubuntu-server

images.
ubuntu/trusty
Colin Watson 13 years ago
parent 8f12189aed
commit 2f81027260

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (2.70) UNRELEASED; urgency=low
* live-build/auto/config: Don't install lupin-casper on ubuntu-server
images.
-- Colin Watson <cjwatson@ubuntu.com> Sun, 22 Jul 2012 23:44:49 +0100
livecd-rootfs (2.69) quantal; urgency=low
* live-build/auto/config: Add server task to ubuntu-server images.

@ -90,7 +90,9 @@ case $IMAGEFORMAT in
;;
*)
add_package live lupin-casper
if [ "$PROJECT" != ubuntu-server ]; then
add_package live lupin-casper
fi
;;
esac

Loading…
Cancel
Save