From 0e38e251b6891c92248142f23c52cb4a1228c10e Mon Sep 17 00:00:00 2001 From: Ante Karamatic Date: Fri, 17 Feb 2012 10:56:21 +0100 Subject: [PATCH] Add cloud-live to BuildLiveCD --- BuildLiveCD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BuildLiveCD b/BuildLiveCD index de64be46..05675ed6 100755 --- a/BuildLiveCD +++ b/BuildLiveCD @@ -89,7 +89,7 @@ esac for arg in "$@"; do case "$arg" in - *ubuntu|*ubuntu-dvd|kubuntu-mobile|kubuntu-netbook|ubuntu-lpia|ubuntu-mid|ubuntu-umpc|ubuntu-mobile|ubuntu-netbook|ubuntu-moblin-remix|mythbuntu|ubuntustudio-dvd|base|tocd|ubuntu-headless|ubuntu-server|ubuntu-core) ;; + *ubuntu|*ubuntu-dvd|kubuntu-mobile|kubuntu-netbook|ubuntu-lpia|ubuntu-mid|ubuntu-umpc|ubuntu-mobile|ubuntu-netbook|ubuntu-moblin-remix|mythbuntu|ubuntustudio-dvd|base|tocd|ubuntu-headless|ubuntu-server|ubuntu-core|cloud-live) ;; *) echo "bad project: $arg" >&2 exit 2