wok rev 8002

Fixed libtaz, tazchroot, and tazwok-experimental again.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Jan 18 12:47:44 2011 +0000 (2011-01-18)
parents 32cd9732fa86
children a296570a1223 bff39e2b1e5a
files libtaz/receipt tazchroot/receipt tazwok-experimental/receipt
line diff
     1.1 --- a/libtaz/receipt	Tue Jan 18 12:21:11 2011 +0000
     1.2 +++ b/libtaz/receipt	Tue Jan 18 12:47:44 2011 +0000
     1.3 @@ -16,11 +16,11 @@
     1.4  compile_rules()
     1.5  {
     1.6  		if [ -f $SOURCES_REPOSITORY/$TARBALL ]; then
     1.7 -			tar xjf $SOURCES_REPOSITORY/$TARBALL
     1.8 +			tar xzf $SOURCES_REPOSITORY/$TARBALL
     1.9  		else
    1.10  			[ -L /usr/bin/wget ] && tazpkg get-install wget --forced
    1.11  			wget -O $SOURCES_REPOSITORY/$TARBALL --no-check-certificate "$WGET"
    1.12 -			tar xjf $SOURCES_REPOSITORY/$TARBALL
    1.13 +			tar xzf $SOURCES_REPOSITORY/$TARBALL
    1.14  		fi
    1.15  }
    1.16  
     2.1 --- a/tazchroot/receipt	Tue Jan 18 12:21:11 2011 +0000
     2.2 +++ b/tazchroot/receipt	Tue Jan 18 12:47:44 2011 +0000
     2.3 @@ -15,11 +15,11 @@
     2.4  compile_rules()
     2.5  {
     2.6  		if [ -f $SOURCES_REPOSITORY/$TARBALL ]; then
     2.7 -			tar xjf $SOURCES_REPOSITORY/$TARBALL
     2.8 +			tar xzf $SOURCES_REPOSITORY/$TARBALL
     2.9  		else
    2.10  			[ -L /usr/bin/wget ] && tazpkg get-install wget --forced
    2.11  			wget -O $SOURCES_REPOSITORY/$TARBALL --no-check-certificate "$WGET"
    2.12 -			tar xjf $SOURCES_REPOSITORY/$TARBALL
    2.13 +			tar xzf $SOURCES_REPOSITORY/$TARBALL
    2.14  		fi
    2.15  }
    2.16  
     3.1 --- a/tazwok-experimental/receipt	Tue Jan 18 12:21:11 2011 +0000
     3.2 +++ b/tazwok-experimental/receipt	Tue Jan 18 12:47:44 2011 +0000
     3.3 @@ -18,11 +18,11 @@
     3.4  compile_rules()
     3.5  {
     3.6  		if [ -f $SOURCES_REPOSITORY/$TARBALL ]; then
     3.7 -			tar xjf $SOURCES_REPOSITORY/$TARBALL
     3.8 +			tar xzf $SOURCES_REPOSITORY/$TARBALL
     3.9  		else
    3.10  			[ -L /usr/bin/wget ] && tazpkg get-install wget --forced
    3.11  			wget -O $SOURCES_REPOSITORY/$TARBALL --no-check-certificate "$WGET"
    3.12 -			tar xjf $SOURCES_REPOSITORY/$TARBALL
    3.13 +			tar xzf $SOURCES_REPOSITORY/$TARBALL
    3.14  		fi
    3.15  }
    3.16