# HG changeset patch # User Xander Ziiryanoff # Date 1418490922 0 # Node ID e19ff346ea9a561e1678248d0a501ed366b925ae # Parent 1ab24812ad7eec08d96ecf1b3e99300ddeccedbb tazpkg: Return "Done" to right column in tazpanel/tazbox (was in new line) diff -r 1ab24812ad7e -r e19ff346ea9a tazpkg --- a/tazpkg Sat Dec 13 16:31:09 2014 +0200 +++ b/tazpkg Sat Dec 13 17:15:22 2014 +0000 @@ -97,7 +97,7 @@ action() { case $output in - raw|gtk|html) _ "$@" ;; + raw|gtk|html) _n "$@" ;; *) echo -ne "\033[0;33m"$(_ "$@")"\033[0m" ;; esac } diff -r 1ab24812ad7e -r e19ff346ea9a tazpkg-find-depends --- a/tazpkg-find-depends Sat Dec 13 16:31:09 2014 +0200 +++ b/tazpkg-find-depends Sat Dec 13 17:15:22 2014 +0000 @@ -1,4 +1,4 @@ -# /usr/lib/tazpkg-find-depends: this program is a part of TazPkg. +# /usr/lib/tazpkg/tazpkg-find-depends: this program is a part of TazPkg. # This file contains the functions that are common to tazpkg and tazpkg-convert, # and sourced by them.