cookutils rev 227

Tiny edits
author Paul Issott <paul@slitaz.org>
date Thu May 26 22:03:44 2011 +0100 (2011-05-26)
parents a97516307ca9
children 910c4b2ecaf7
files cook
line diff
     1.1 --- a/cook	Thu May 26 22:11:24 2011 +0200
     1.2 +++ b/cook	Thu May 26 22:03:44 2011 +0100
     1.3 @@ -457,8 +457,8 @@
     1.4  				if [ -f "$PKGS/$i-$vers.tazpkg" ]; then
     1.5  					echo $i-$vers.tazpkg >> $CACHE/installed.local
     1.6  				else
     1.7 -					# Priority to package version in wok (maybe mor up-to-date)
     1.8 -					# tha the mirrored one.
     1.9 +					# Priority to package version in wok (maybe more up-to-date)
    1.10 +					# than the mirrored one.
    1.11  					if [ "$vers" ]; then
    1.12  						if fgrep -q $i-$vers $DB/packages.list; then
    1.13  							echo $i >> $CACHE/installed.web
    1.14 @@ -472,7 +472,7 @@
    1.15  						if fgrep -q $i-$vers $DB/packages.list; then
    1.16  							echo $i >> $CACHE/installed.web
    1.17  						else
    1.18 -							echo "ERROR: unknow dep $i" && exit 1
    1.19 +							echo "ERROR: unknown dep $i" && exit 1
    1.20  						fi
    1.21  					fi
    1.22  				fi
    1.23 @@ -861,7 +861,7 @@
    1.24  		echo "Cook pkglist: Creating all packages lists" | log
    1.25  		gettext -e "\nCreating lists for:"; echo " $PKGS"
    1.26  		separator
    1.27 -		gettext "Cook pkglist tarted at: "; date "+%H:%M"
    1.28 +		gettext "Cook pkglist started at: "; date "+%H:%M"
    1.29  		cd $PKGS
    1.30  		rm -f packages.*
    1.31  		gettext "Creating: packages.list "