@ -1,3 +1,9 @@
livecd-rootfs (0.48) hardy; urgency=low
* fix typo in getopts call so the -m and -S options are recognized
-- Oliver Grawert <ogra@ubuntu.com> Fri, 21 Dec 2007 03:16:51 +0100
livecd-rootfs (0.47) hardy; urgency=low
* Fix versioned dependency to squashfs-tools. "." != "-", silly me.
@ -115,7 +115,7 @@ EXCLUDE=""
LIST=""
SUBARCH=""
while getopts :d:e:i:I:mS::s: name; do case $name in
while getopts :d:e:i:I:m:S:s: name; do case $name in
d) STE=$OPTARG;;
e) EXCLUDE="$EXCLUDE $OPTARG";;
i) LIST="$LIST $OPTARG";;