# HG changeset patch # User Antoine Bodin # Date 1297474431 -3600 # Node ID 7b283e09090765e7489ef0596417ebde8363986a # Parent 321c5e6f8d273d5af0340187cb9a232776bc5bff Moving another report end-step to good location diff -r 321c5e6f8d27 -r 7b283e090907 tazwok --- a/tazwok Sat Feb 12 02:29:59 2011 +0100 +++ b/tazwok Sat Feb 12 02:33:51 2011 +0100 @@ -530,6 +530,7 @@ # incoming and legacy packages. [ "$prev_VERSION" != "$(get_pkg_version $PACKAGES_REPOSITORY)" ] && \ remove_previous_tarball + report end-step fi fi if [ "$nounpack" ]; then @@ -548,7 +549,6 @@ # Permissions settings. chown -R root.root "$src" fi - report end-step else echo "There's already something at $src. Abort." >&2 fi