From 47bcfee5bbcadc9ff21933d4de4d13a09ec0a1ec Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 14 Oct 2008 18:17:54 +0000 Subject: - urpmi o diskspace issues are now a fatal error (need perl-URPM 3.20) (no use going on with the other transactions) --- urpm/install.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'urpm/install.pm') diff --git a/urpm/install.pm b/urpm/install.pm index a688135a..39647f90 100644 --- a/urpm/install.pm +++ b/urpm/install.pm @@ -160,6 +160,7 @@ sub options { sub install { my ($urpm, $remove, $install, $upgrade, %options) = @_; $options{translate_message} = 1; + $options{raw_message} = 1; my $db = urpm::db_open_or_die_($urpm, !$options{test}); #- open in read/write mode unless testing installation. -- cgit v1.2.1