tazpkg diff tazpkg-notify @ rev 577
tazpkg-notify: fix TazPKG manual link
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Wed Mar 28 21:44:05 2012 +0000 (2012-03-28) |
parents | 5c6b015d6d66 |
children | 7d8d81c885c3 |
line diff
1.1 --- a/tazpkg-notify Tue Mar 06 16:57:12 2012 +0100 1.2 +++ b/tazpkg-notify Wed Mar 28 21:44:05 2012 +0000 1.3 @@ -20,7 +20,7 @@ 1.4 fifo=/tmp/$(basename $0).fifo 1.5 panel="http://tazpanel:82/pkgs.cgi" 1.6 db="/var/lib/tazpkg" 1.7 -doc="/usr/share/doc/tazpkg/tazpkg.html" 1.8 +doc="file:///usr/share/doc/tazpkg/tazpkg.html" 1.9 installed=$(ls $db/installed | wc -l) 1.10 text="$(gettext "Installed packages") <b>$installed</b>" 1.11 icon="/usr/share/pixmaps/tazpkg.png"