diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-10-14 18:17:54 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-10-14 18:17:54 +0000 |
commit | 47bcfee5bbcadc9ff21933d4de4d13a09ec0a1ec (patch) | |
tree | e3bb0a834fa84360a0fa354d141b9854d854e015 /urpm/install.pm | |
parent | 450c06da61da2eaed8211403087fbd9f0374db85 (diff) | |
download | urpmi-47bcfee5bbcadc9ff21933d4de4d13a09ec0a1ec.tar urpmi-47bcfee5bbcadc9ff21933d4de4d13a09ec0a1ec.tar.gz urpmi-47bcfee5bbcadc9ff21933d4de4d13a09ec0a1ec.tar.bz2 urpmi-47bcfee5bbcadc9ff21933d4de4d13a09ec0a1ec.tar.xz urpmi-47bcfee5bbcadc9ff21933d4de4d13a09ec0a1ec.zip |
- urpmi
o diskspace issues are now a fatal error (need perl-URPM 3.20)
(no use going on with the other transactions)
Diffstat (limited to 'urpm/install.pm')
-rw-r--r-- | urpm/install.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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. |