cookutils diff cook @ rev 647

Tiny edits
author Paul Issott <paul@slitaz.org>
date Thu Feb 27 20:01:14 2014 +0000 (2014-02-27)
parents 044d6e3ff778
children 5dfdf8fe7dcd
line diff
     1.1 --- a/cook	Sun Feb 23 02:11:34 2014 +0100
     1.2 +++ b/cook	Thu Feb 27 20:01:14 2014 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  #!/bin/sh
     1.5  #
     1.6  # Cook - A tool to cook and generate SliTaz packages. Read the README
     1.7 -# before adding or modifing any code in cook!
     1.8 +# before adding or modifying any code in cook!
     1.9  #
    1.10  # Copyright (C) SliTaz GNU/Linux - GNU gpl v3
    1.11  # Author: Christophe Lincoln <pankso@slitaz.org>
    1.12 @@ -427,7 +427,7 @@
    1.13  }
    1.14  
    1.15  # Find and strip: --strip-all (-s) or --strip-debug on static libs as well
    1.16 -# as removing uneeded files like in Python packages. Cross compiled binaries
    1.17 +# as removing unneeded files like in Python packages. Cross compiled binaries
    1.18  # must be stripped with cross-tools aka $ARCH-slitaz-*-strip
    1.19  strip_package() {
    1.20  	case "$ARCH" in
    1.21 @@ -1393,7 +1393,7 @@
    1.22  		# Handle cross compilation.
    1.23  		#
    1.24  		# CROSS_NOTE: Actually we are running an ARM cooker but running
    1.25 -		# the cooker and build each commit in wok is not possible since
    1.26 +		# the cooker and building each commit in wok is not possible since
    1.27  		# we dont cook the full wok for this arch. For ARM we need a set
    1.28  		# of packages to handle a touch screen desktop, servers but not
    1.29  		# erlang.
    1.30 @@ -1434,7 +1434,7 @@
    1.31  		echo "cook:$pkg" > $command
    1.32  
    1.33  		# Display and log info if cook process stopped.
    1.34 -		# FIXME: gettext not worked (in single quotes) here!
    1.35 +		# FIXME: gettext not working (in single quotes) here!
    1.36  		trap '_ "\n\nCook stopped: control-C\n\n" | \
    1.37  			tee -a $LOGS/$pkg.log' INT
    1.38