scripts/functions
changeset 2861 3b8192272c2f
parent 2807 4193d6e6a174
child 2898 7e0af0188fc3
     1.1 --- a/scripts/functions	Tue Dec 13 23:32:39 2011 +0100
     1.2 +++ b/scripts/functions	Wed Feb 01 00:10:59 2012 +0100
     1.3 @@ -400,11 +400,11 @@
     1.4  # Build up the list of allowed tarball extensions
     1.5  # Add them in the prefered order; most preferred comes first
     1.6  CT_DoListTarballExt() {
     1.7 -    if [ "${CT_CONFIGURE_has_xzutils}" = "y" ]; then
     1.8 +    if [ "${CT_CONFIGURE_has_xz}" = "y" ]; then
     1.9          printf ".tar.xz\n"
    1.10      fi
    1.11      if [    "${CT_CONFIGURE_has_lzma}" = "y"    \
    1.12 -         -o "${CT_CONFIGURE_has_xzutils}" = "y" ]; then
    1.13 +         -o "${CT_CONFIGURE_has_xz}" = "y" ]; then
    1.14          printf ".tar.lzma\n"
    1.15      fi
    1.16      printf ".tar.bz2\n"