tazpkg diff tazpkg-notify @ rev 580

Fix mirror URL (it can have a traling slash or not) and fix mirror file backup (we dont have wanted.txt depends.txt libraries.txt)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 05 12:43:45 2012 +0200 (2012-04-05)
parents 11d71c5ac20a
children de952705379e
line diff
     1.1 --- a/tazpkg-notify	Wed Mar 28 21:44:05 2012 +0000
     1.2 +++ b/tazpkg-notify	Thu Apr 05 12:43:45 2012 +0200
     1.3 @@ -79,7 +79,7 @@
     1.4  			echo "tooltip:$tooltip" > $fifo
     1.5  			echo "icon:tazpkg-up" > $fifo && exit 0
     1.6  		fi
     1.7 -		# Avalaible upgrades
     1.8 +		# Available upgrades
     1.9  		if [ "$up" -gt 0 ]; then
    1.10  			tooltip=$(eval_gettext \
    1.11  				"There are <b>\$up</b> upgradeable packages")