aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrpmdrake1
1 files changed, 1 insertions, 0 deletions
diff --git a/rpmdrake b/rpmdrake
index 962feb85..bd5c8fc7 100755
--- a/rpmdrake
+++ b/rpmdrake
@@ -1163,6 +1163,7 @@ sub perform_installation { #- (partially) duplicated from /usr/sbin/urpmi :-(
$canceled and return 'canceled';
});
$canceled and goto return_with_error;
+ gurpm::invalidate_cancel_forever();
my %sources_install = %{$urpm->extract_packages_to_install(\%sources) || {}};
my @rpms_install = grep { !/\.src\.rpm$/ } values %sources_install;