From c66942f06ed5dcebab29711afee6dcef8d865adf Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 18 Feb 2010 17:34:29 +0100 Subject: Reworking iso-hybrid as an independent binary image type. --- helpers/source_iso | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'helpers/source_iso') diff --git a/helpers/source_iso b/helpers/source_iso index 0ef1bcbec..0752ebeb3 100755 --- a/helpers/source_iso +++ b/helpers/source_iso @@ -28,10 +28,14 @@ then exit 0 fi -if ! In_list iso "${LH_SOURCE_IMAGES}" -then - exit 0 -fi +case "${LH_SOURCE_IMAGES}" in + iso*) + ;; + + *) + exit 0 + ;; +esac Echo_message "Begin building source iso image..." -- cgit v1.2.3