diff -r 4193d6e6a174 -r f176fee535a0 scripts/functions --- a/scripts/functions Tue Dec 13 23:32:39 2011 +0100 +++ b/scripts/functions Tue Aug 23 21:11:26 2011 +0200 @@ -400,11 +400,11 @@ # Build up the list of allowed tarball extensions # Add them in the prefered order; most preferred comes first CT_DoListTarballExt() { - if [ "${CT_CONFIGURE_has_xzutils}" = "y" ]; then + if [ "${CT_CONFIGURE_has_xz}" = "y" ]; then printf ".tar.xz\n" fi if [ "${CT_CONFIGURE_has_lzma}" = "y" \ - -o "${CT_CONFIGURE_has_xzutils}" = "y" ]; then + -o "${CT_CONFIGURE_has_xz}" = "y" ]; then printf ".tar.lzma\n" fi printf ".tar.bz2\n"