wok diff tazpkg-web/stuff/search.cgi @ rev 3542
tazpkg-web: typo in search.cgi
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jun 22 19:44:48 2009 +0200 (2009-06-22) |
parents | bcae4cfaa7e5 |
children | dbf2180c7325 |
line diff
1.1 --- a/tazpkg-web/stuff/search.cgi Sun Jun 21 22:21:53 2009 +0000 1.2 +++ b/tazpkg-web/stuff/search.cgi Mon Jun 22 19:44:48 2009 +0200 1.3 @@ -231,7 +231,7 @@ 1.4 { 1.5 cat << _EOT_ 1.6 <center> 1.7 -<i>$(ls /home/slitaz/$SLITAZ_VERSION/wok | wc -l) packages and $(unlzma -c /home/slitaz/$SLITAZ_VERSION/packages/files.list.lzma | wc -l) files in $SLITAZ_VERSION database</i> 1.8 +<i>$(ls /home/slitaz/$SLITAZ_VERSION/wok/ | wc -l) packages and $(unlzma -c /home/slitaz/$SLITAZ_VERSION/packages/files.list.lzma | wc -l) files in $SLITAZ_VERSION database</i> 1.9 </center> 1.10 1.11 <!-- End of content with round corner -->