From 3a99ea27037a8abe31f47ef3d81ccc5028687f89 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Thu, 14 Feb 2008 10:10:43 -0800 Subject: [PATCH] mark $foo-dvd-live as a task; thanks to Adam Conrad for the catch --- livecd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/livecd.sh b/livecd.sh index 9232ff66..f91006ed 100755 --- a/livecd.sh +++ b/livecd.sh @@ -225,7 +225,7 @@ Flags: seen esac case "$FS" in *-dvd) - LIVELIST="$LIVELIST ${FS}-live" + LIVELIST="$LIVELIST ${FS}-live^" ;; esac