wok-4.x rev 1991
Fix: compcache typos
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Tue Jan 06 23:41:28 2009 +0100 (2009-01-06) |
parents | 20db302c6328 |
children | db94d2fede44 |
files | compcache/receipt |
line diff
1.1 --- a/compcache/receipt Tue Jan 06 23:40:55 2009 +0100 1.2 +++ b/compcache/receipt Tue Jan 06 23:41:28 2009 +0100 1.3 @@ -14,7 +14,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 @@ -27,7 +27,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/lib/modules/$KERNEL_VERSION-slitaz/kernel/misc $fs/etc/init.d