mark $foo-dvd-live as a task; thanks to Adam Conrad for the catch

This commit is contained in:
Steve Langasek 2008-02-14 10:10:43 -08:00
parent c070cb790d
commit 3a99ea2703

View File

@ -225,7 +225,7 @@ Flags: seen
esac esac
case "$FS" in case "$FS" in
*-dvd) *-dvd)
LIVELIST="$LIVELIST ${FS}-live" LIVELIST="$LIVELIST ${FS}-live^"
;; ;;
esac esac