wok rev 1453
ndiswrapper: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Oct 03 14:05:05 2008 +0000 (2008-10-03) |
parents | b4ca1619acb9 |
children | fd4eda949f1e |
files | ndiswrapper/receipt |
line diff
1.1 --- a/ndiswrapper/receipt Fri Oct 03 13:57:14 2008 +0000 1.2 +++ b/ndiswrapper/receipt Fri Oct 03 14:05:05 2008 +0000 1.3 @@ -15,7 +15,7 @@ 1.4 compile_rules() 1.5 { 1.6 1.7 - KERNEL_VERSION=`grep ^VERSION= $WOK/linux/receipt | cut -d "=" -f2 | sed -e 's/"//g` 1.8 + KERNEL_VERSION=`grep ^VERSION= $WOK/linux/receipt | cut -d "=" -f2 | sed -e 's/"//g'` 1.9 if [ ! -d $WOK/linux/linux-$KERNEL_VERSION ]; then 1.10 tazwok cook linux 1.11 fi 1.12 @@ -26,7 +26,7 @@ 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 - KERNEL_VERSION=`grep ^VERSION= $WOK/linux/receipt | cut -d "=" -f2 | sed -e 's/"//g` 1.17 + KERNEL_VERSION=`grep ^VERSION= $WOK/linux/receipt | cut -d "=" -f2 | sed -e 's/"//g'` 1.18 EXTRAVERSION=_$KERNEL_VERSION 1.19 1.20 mkdir -p $fs/usr/sbin $fs/sbin $fs/lib/modules/$KERNEL_VERSION-slitaz/kernel/misc