website diff scripts/get-latest.sh @ rev 684

archives.php: fix css path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 08 12:53:28 2010 +0100 (2010-11-08)
parents 656f92317719
children 60726f7e2ff4
line diff
     1.1 --- a/scripts/get-latest.sh	Sun Nov 07 16:40:24 2010 +0100
     1.2 +++ b/scripts/get-latest.sh	Mon Nov 08 12:53:28 2010 +0100
     1.3 @@ -29,7 +29,7 @@
     1.4  while read file
     1.5  do
     1.6  	echo -n '	<li><strong>'$(stat -c '%y' $PKGS/$file | \
     1.7 -	cut -d '.' -f 1); echo "</strong> - $file</li>"
     1.8 +	cut -d ' ' -f 1); echo "</strong> - $file</li>"
     1.9  done >> $OUTPUT
    1.10  echo "</ul>" >> $OUTPUT
    1.11  echo "Done"