tazwok rev 246

Moving another report end-step to good location
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Feb 12 02:33:51 2011 +0100 (2011-02-12)
parents 321c5e6f8d27
children 9cc115298e1a
files tazwok
line diff
     1.1 --- a/tazwok	Sat Feb 12 02:29:59 2011 +0100
     1.2 +++ b/tazwok	Sat Feb 12 02:33:51 2011 +0100
     1.3 @@ -530,6 +530,7 @@
     1.4  			# incoming and legacy packages.
     1.5  			[ "$prev_VERSION" != "$(get_pkg_version $PACKAGES_REPOSITORY)" ] && \
     1.6  				remove_previous_tarball
     1.7 +			report end-step
     1.8  		fi
     1.9  	fi
    1.10  	if [ "$nounpack" ]; then
    1.11 @@ -548,7 +549,6 @@
    1.12  				# Permissions settings.
    1.13  				chown -R root.root "$src"
    1.14  			fi
    1.15 -			report end-step
    1.16  		else
    1.17  			echo "There's already something at $src. Abort." >&2
    1.18  		fi