cookutils rev 636

cross: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 13 16:40:57 2014 +0000 (2014-02-13)
parents 338f6ad7326c
children d237101c0080
files cross
line diff
     1.1 --- a/cross	Wed Feb 12 23:26:27 2014 +0100
     1.2 +++ b/cross	Thu Feb 13 16:40:57 2014 +0000
     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