wok rev 13676

Applied border's patch (bugs.slitaz.org/?id=29) to linux-source
author Brenton Scott <admin@trixarian.net>
date Tue Nov 27 02:58:37 2012 +0200 (2012-11-27)
parents 466928a78475
children 53ce6364b4f3
files linux-source/stuff/get-linux-source
line diff
     1.1 --- a/linux-source/stuff/get-linux-source	Mon Nov 26 16:16:06 2012 +0200
     1.2 +++ b/linux-source/stuff/get-linux-source	Tue Nov 27 02:58:37 2012 +0200
     1.3 @@ -19,7 +19,7 @@
     1.4  if [ -f $SOURCE_REPOSITORY/$(basename ${url//bz2/lzma}) ]; then
     1.5  	unlzma -c $SOURCES_REPOSITORY/$(basename ${url//bz2/lzma}) | tar xf - -C $PWD
     1.6  elif [ -f $SOURCES_REPOSITORY/$(basename $url) ]; then
     1.7 -	tar xjf $SOURCES_REPOSITORY/$(basename $url)
     1.8 +	tar xf $SOURCES_REPOSITORY/$(basename $url)
     1.9  else
    1.10  	wget -O $SOURCES_REPOSITORY/$(basename $url) -c $url
    1.11  	tar xjf $SOURCES_REPOSITORY/$(basename $url)