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

images.
This commit is contained in:
Colin Watson 2012-07-22 23:45:18 +01:00
parent 8f12189aed
commit 2f81027260
2 changed files with 10 additions and 1 deletions

7
debian/changelog vendored
View File

@ -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.

View File

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