spk rev 90

spk-ls: small fixe
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 25 15:53:02 2012 +0200 (2012-05-25)
parents 91bb16e4eb16
children e5c7b2b2d835
files spk-ls
line diff
     1.1 --- a/spk-ls	Fri May 25 02:43:41 2012 +0200
     1.2 +++ b/spk-ls	Fri May 25 15:53:02 2012 +0200
     1.3 @@ -67,6 +67,7 @@
     1.4  		--mirror)
     1.5  			newline
     1.6  			boldify $(gettext "Mirror") $(cat $mirrorurl)
     1.7 +			separator
     1.8  			read_pkgsdesc $pkgsdesc
     1.9  			separator
    1.10  			boldify $(count_mirrored)
    1.11 @@ -138,8 +139,8 @@
    1.12  				separator
    1.13  				cat $installed/$pkg/files.list
    1.14  				separator
    1.15 -				echo $(gettext "Installed files by") $pkg:
    1.16 -				colorize 32 $nb && newline
    1.17 +				echo -n "$(gettext "Installed files by") $pkg: "
    1.18 +				colorize 32 "$nb" && newline
    1.19  			done
    1.20  			exit 0 ;;
    1.21  	esac