# HG changeset patch # User Pascal Bellard # Date 1223042705 0 # Node ID 17d849de3b0be4fbc9bf0a4211a366a7933183ec # Parent b4ca1619acb96a3b2a7e9979a3493137bdd8e06c ndiswrapper: typo diff -r b4ca1619acb9 -r 17d849de3b0b ndiswrapper/receipt --- a/ndiswrapper/receipt Fri Oct 03 13:57:14 2008 +0000 +++ b/ndiswrapper/receipt Fri Oct 03 14:05:05 2008 +0000 @@ -15,7 +15,7 @@ compile_rules() { - KERNEL_VERSION=`grep ^VERSION= $WOK/linux/receipt | cut -d "=" -f2 | sed -e 's/"//g` + KERNEL_VERSION=`grep ^VERSION= $WOK/linux/receipt | cut -d "=" -f2 | sed -e 's/"//g'` if [ ! -d $WOK/linux/linux-$KERNEL_VERSION ]; then tazwok cook linux fi @@ -26,7 +26,7 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - KERNEL_VERSION=`grep ^VERSION= $WOK/linux/receipt | cut -d "=" -f2 | sed -e 's/"//g` + KERNEL_VERSION=`grep ^VERSION= $WOK/linux/receipt | cut -d "=" -f2 | sed -e 's/"//g'` EXTRAVERSION=_$KERNEL_VERSION mkdir -p $fs/usr/sbin $fs/sbin $fs/lib/modules/$KERNEL_VERSION-slitaz/kernel/misc