tazwok diff tazwok @ rev 85

Typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 03 06:24:37 2008 +0000 (2008-08-03)
parents 23801aaf17ac
children 75b508daa737
line diff
     1.1 --- a/tazwok	Sat Aug 02 17:58:58 2008 +0000
     1.2 +++ b/tazwok	Sun Aug 03 06:24:37 2008 +0000
     1.3 @@ -496,7 +496,7 @@
     1.4  	if [ -z "$EXTRAVERSION" ]; then
     1.5  		case "$PACKAGE" in
     1.6  		linux*);;
     1.7 -		*) EXTRAVERSION="$(grep '/lib/modules/.*-slitaz/' files.list \
     1.8 +		*) EXTRAVERSION="$(grep '/lib/modules/.*-slitaz/' files.list |\
     1.9  			head -1 | sed 's|/lib/modules/\(.*\)-slitaz/.*|_\1|')";;
    1.10  		esac
    1.11  	fi