cookutils rev 50

cook: small cosmetic fix
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 07 05:40:10 2011 +0200 (2011-05-07)
parents 7281d806c7ea
children 4341efb4e160
files cook
line diff
     1.1 --- a/cook	Sat May 07 05:34:17 2011 +0200
     1.2 +++ b/cook	Sat May 07 05:40:10 2011 +0200
     1.3 @@ -223,7 +223,6 @@
     1.4  Cook time  : ${time}s
     1.5  Cook date  : $cookdate
     1.6  $(separator)
     1.7 -
     1.8  EOT
     1.9  }
    1.10  
    1.11 @@ -419,7 +418,7 @@
    1.12  # but it dont handle EXTRAVERSION.
    1.13  packit() {
    1.14  	set_paths
    1.15 -	echo "Pack: $PACKAGE $VERSION"
    1.16 +	echo -e "\nPack: $PACKAGE $VERSION"
    1.17  	separator
    1.18  	if grep -q ^genpkg_rules $receipt; then
    1.19  		gettext -e "Executing: genpkg_rules\n"
    1.20 @@ -712,6 +711,7 @@
    1.21  		# Time and summary
    1.22  		time=$(($(date +%s) - $time))
    1.23  		summary | tee -a $LOGS/$pkg.log
    1.24 +		echo ""
    1.25  
    1.26  		# Install package if requested
    1.27  		if [ "$inst" ]; then