tazwok rev 62
Fix in gen-list
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri May 16 09:56:43 2008 +0000 (2008-05-16) |
parents | eacdb74cd501 |
children | 7d23ec6bbf21 |
files | tazwok |
line diff
1.1 --- a/tazwok Fri May 16 09:51:42 2008 +0000 1.2 +++ b/tazwok Fri May 16 09:56:43 2008 +0000 1.3 @@ -506,9 +506,9 @@ 1.4 PACKAGE="" 1.5 PACKED_SIZE="" 1.6 if [ -f $pkg/taz/*/receipt ]; then 1.7 + . $pkg/taz/*/receipt 1.8 + else 1.9 . $pkg/receipt 1.10 - else 1.11 - . $pkg/taz/*/receipt 1.12 fi 1.13 cat >> packages.txt << _EOT_ 1.14