wok-6.x diff linux-source/stuff/get-linux-source @ rev 13813
Update get-java6-jre (thanks ernia)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jan 06 11:17:43 2013 +0100 (2013-01-06) |
parents | 9dcbd66afec8 |
children | 890ca8bf8a3a |
line diff
1.1 --- a/linux-source/stuff/get-linux-source Thu Nov 10 15:34:23 2011 +0100 1.2 +++ b/linux-source/stuff/get-linux-source Sun Jan 06 11:17:43 2013 +0100 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)