tazwok rev 63
Typo in files list
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri May 16 10:57:56 2008 +0000 (2008-05-16) |
parents | 0a9ca7c4580e |
children | ab5c9f1ec8c0 |
files | tazwok |
line diff
1.1 --- a/tazwok Fri May 16 09:56:43 2008 +0000 1.2 +++ b/tazwok Fri May 16 10:57:56 2008 +0000 1.3 @@ -528,7 +528,7 @@ 1.4 echo -n "Creating the text files list... " 1.5 for pkg in $WOK/* 1.6 do 1.7 - if [ -f $pkg/taz/*/files_list ]; then 1.8 + if [ -f $pkg/taz/*/files.list ]; then 1.9 . $pkg/taz/*/receipt 1.10 ( echo "$PACKAGE"; cat $pkg/taz/*/files.list ) | awk ' 1.11 BEGIN { name="" } { if (name == "") name=$0; else printf("%s: %s\n",name,$0); }'