spk diff spk-mirror @ rev 107

libspk.sh: Add extract_librarylist function. This is for my cookutils to extract the library.list file in tazpkg packages. Its not used in anything yet so it shouldn't break anything.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Jun 05 14:17:08 2012 +0000 (2012-06-05)
parents 0df5690de5fd
children b767df7ddb20
line diff
     1.1 --- a/spk-mirror	Fri Jun 01 23:34:10 2012 +0100
     1.2 +++ b/spk-mirror	Tue Jun 05 14:17:08 2012 +0000
     1.3 @@ -43,7 +43,7 @@
     1.4  check_mirror() {
     1.5  	for file in packages.list packages.$SUM packages.desc ID
     1.6  	do
     1.7 -		gettext "Checking file:"; echo -n " $file"
     1.8 +		echo $(gettext "Checking file:") $file
     1.9  		if ! wget -q -s -T 6 ${1}${list} 2>/dev/null; then
    1.10  			newline
    1.11  			gettext "Unable to reach:"; colorize 31 " $file"