Fix building desktop CDs with easy-build.sh

Closes: #740558, patch from Samuel Thibault
This commit is contained in:
Steve McIntyre 2014-06-03 15:53:01 +01:00
parent e4fdc94a23
commit d57840bf32
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -6,6 +6,7 @@ debian-cd (3.1.15) UNRELEASED; urgency=low
[ Samuel Thibault ]
* Make kfreebsd & hurd images usbkey-bootable. Closes: #739422
* Fix building desktop CDs with easy-build.sh Closes: #740558
[ Raphaël Hertzog ]
* Fix code extracting the xorriso version.

View File

@ -150,7 +150,7 @@ esac
# By default a GNOME CD/DVD is built, but other desktops are supported too
if [ "$desktop" ]; then
if [ ! -e tasks/$CODENAME/task.list.$desktop ]; then
if [ ! -e tasks/$CODENAME/Debian-$desktop ]; then
echo "Error: desktop '$desktop' is not supported for $CODENAME"
exit 1
fi