Fix building desktop CDs with easy-build.sh
Closes: #740558, patch from Samuel Thibault
This commit is contained in:
parent
e4fdc94a23
commit
d57840bf32
|
@ -6,6 +6,7 @@ debian-cd (3.1.15) UNRELEASED; urgency=low
|
||||||
|
|
||||||
[ Samuel Thibault ]
|
[ Samuel Thibault ]
|
||||||
* Make kfreebsd & hurd images usbkey-bootable. Closes: #739422
|
* Make kfreebsd & hurd images usbkey-bootable. Closes: #739422
|
||||||
|
* Fix building desktop CDs with easy-build.sh Closes: #740558
|
||||||
|
|
||||||
[ Raphaël Hertzog ]
|
[ Raphaël Hertzog ]
|
||||||
* Fix code extracting the xorriso version.
|
* Fix code extracting the xorriso version.
|
||||||
|
|
|
@ -150,7 +150,7 @@ esac
|
||||||
|
|
||||||
# By default a GNOME CD/DVD is built, but other desktops are supported too
|
# By default a GNOME CD/DVD is built, but other desktops are supported too
|
||||||
if [ "$desktop" ]; then
|
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"
|
echo "Error: desktop '$desktop' is not supported for $CODENAME"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue