spk diff spk-mirror @ rev 96

spk-add: install missing deps by default (--nodeps or --confirm can be used)
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 28 22:29:47 2012 +0200 (2012-05-28)
parents f98429058c26
children 7da09d0db03c
line diff
     1.1 --- a/spk-mirror	Tue May 22 10:34:18 2012 +0200
     1.2 +++ b/spk-mirror	Mon May 28 22:29:47 2012 +0200
     1.3 @@ -269,7 +269,7 @@
     1.4  				echo "$pkgsdir/" > $db/mirror
     1.5  				for list in packages.*
     1.6  				do
     1.7 -					echo $(gettext "Linking:") $list
     1.8 +					echo -n $(gettext "Linking:") $list
     1.9  					ln -s $pkgsdir/$list $db/$list
    1.10  					status
    1.11  				done