From a808a1057f45d2a04ce95297c775911c03559653 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 25 Feb 2008 16:19:32 +0000 Subject: - urpmi o fix "using one big transaction" that occurs when using --keep (#30198) (part of the fix is in perl-URPM 3.09) --- urpm/install.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpm/install.pm') diff --git a/urpm/install.pm b/urpm/install.pm index bbfa8183..545cdbb0 100644 --- a/urpm/install.pm +++ b/urpm/install.pm @@ -51,7 +51,7 @@ sub build_transaction_set_ { local $SIG{QUIT} = $sig_handler; #- build transaction set... - $urpm->build_transaction_set($db, $state, split_length => $options{split_length}); + $urpm->build_transaction_set($db, $state, split_length => $options{split_length}, keep => $options{keep}); } } -- cgit v1.2.1