cookutils rev 637

cross: tar J or --xz is to filter the archive through xz
author Christophe Lincoln <pankso@slitaz.org>
date Thu Feb 13 19:45:44 2014 +0100 (2014-02-13)
parents cda07120fb9e
children 3ad4223f8687
files cross
line diff
     1.1 --- a/cross	Thu Feb 13 16:40:57 2014 +0000
     1.2 +++ b/cross	Thu Feb 13 19:45:44 2014 +0100
     1.3 @@ -113,7 +113,7 @@
     1.4  	init_compile
     1.5  	if [ ! -d "linux-$LINUX_VERSION" ]; then
     1.6  		echo "Extracting: $LINUX_TARBALL"
     1.7 -		tar xjf $SRC/$LINUX_TARBALL
     1.8 +		tar xJf $SRC/$LINUX_TARBALL
     1.9  	fi
    1.10  	rm -rf linux-headers
    1.11  	cd linux-$LINUX_VERSION