[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#740558: debian-cd: Fix building desktop CDs with easy-build.sh



Package: debian-cd
Version: 3.1.14
Severity: important
Tags: patch

Hello,

The task list files have seen their names changed, here is a fix for
easy-build.sh:

--- a/easy-build.sh
+++ b/easy-build.sh
@@ -150,7 +151,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


Samuel

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.13.0 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


Reply to: