tazpkg rev 708

tazpkg: Return "Done" to right column in tazpanel/tazbox (was in new line)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sat Dec 13 17:15:22 2014 +0000 (2014-12-13)
parents 1ab24812ad7e
children ed9475337912
files tazpkg tazpkg-find-depends
line diff
     1.1 --- a/tazpkg	Sat Dec 13 16:31:09 2014 +0200
     1.2 +++ b/tazpkg	Sat Dec 13 17:15:22 2014 +0000
     1.3 @@ -97,7 +97,7 @@
     1.4  
     1.5  action() {
     1.6  	case $output in
     1.7 -		raw|gtk|html) _ "$@" ;;
     1.8 +		raw|gtk|html) _n "$@" ;;
     1.9  		*) echo -ne "\033[0;33m"$(_ "$@")"\033[0m" ;;
    1.10  	esac
    1.11  }
     2.1 --- a/tazpkg-find-depends	Sat Dec 13 16:31:09 2014 +0200
     2.2 +++ b/tazpkg-find-depends	Sat Dec 13 17:15:22 2014 +0000
     2.3 @@ -1,4 +1,4 @@
     2.4 -# /usr/lib/tazpkg-find-depends: this program is a part of TazPkg.
     2.5 +# /usr/lib/tazpkg/tazpkg-find-depends: this program is a part of TazPkg.
     2.6  # This file contains the functions that are common to tazpkg and tazpkg-convert,
     2.7  # and sourced by them.
     2.8