wok diff linux-source/stuff/get-linux-source @ rev 6977

Fixed linux-source again (i hope).
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Oct 28 05:47:06 2010 +0000 (2010-10-28)
parents a1cd19a9e269
children bd3ed7d16aca
line diff
     1.1 --- a/linux-source/stuff/get-linux-source	Thu Oct 28 04:58:29 2010 +0000
     1.2 +++ b/linux-source/stuff/get-linux-source	Thu Oct 28 05:47:06 2010 +0000
     1.3 @@ -3,7 +3,7 @@
     1.4  source /etc/tazwok.conf
     1.5  VERSION=XXX
     1.6  
     1.7 -url=$(cat /usr/src/linux-$VERSION-slitaz/url)
     1.8 +url=$(cat /usr/src/kernel-patches/url)
     1.9  
    1.10  if [ -f $SOURCES_REPOSITORY/$(basename $url) ]; then
    1.11  	cd /usr/src/
    1.12 @@ -49,6 +49,6 @@
    1.13  To make a Slitaz package with the new kernel and the modules:
    1.14  $ make tazpkg
    1.15  
    1.16 -See /usr/src/linux-$VERSION-slitaz/README
    1.17 +See /usr/src/linux-$VERSION/README
    1.18  ----
    1.19  EOT
    1.20 \ No newline at end of file