wok-current diff libtaz/receipt @ rev 8010
Fixed cd path in virtualbox-ose.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Jan 18 21:13:09 2011 +0000 (2011-01-18) |
parents | 32cd9732fa86 |
children | d0c6a2d1c542 |
line diff
1.1 --- a/libtaz/receipt Tue Jan 18 12:21:11 2011 +0000 1.2 +++ b/libtaz/receipt Tue Jan 18 21:13:09 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