wok-6.x diff compcache/receipt @ rev 2281

perdition: disable pam support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 19 11:05:04 2009 +0000 (2009-02-19)
parents 1f5b672d2454
children 2fea1271d9d2
line diff
     1.1 --- a/compcache/receipt	Sat Jan 03 12:12:15 2009 +0000
     1.2 +++ b/compcache/receipt	Thu Feb 19 11:05:04 2009 +0000
     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