wok diff tazwok-experimental/receipt @ 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 d0c6a2d1c542
line diff
     1.1 --- a/tazwok-experimental/receipt	Tue Jan 18 12:21:11 2011 +0000
     1.2 +++ b/tazwok-experimental/receipt	Tue Jan 18 12:47:44 2011 +0000
     1.3 @@ -18,11 +18,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