diff -r 4193d6e6a174 -r 188d58cfe7cf scripts/functions --- a/scripts/functions Tue Dec 13 23:32:39 2011 +0100 +++ b/scripts/functions Mon Jan 16 23:45:16 2012 +0100 @@ -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"