diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-10-15 08:37:05 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-10-15 08:37:05 +0000 |
commit | d33b7d59ec240731585ccb77e5de5f978e0dd2b5 (patch) | |
tree | 1322c9d3df57d69e17ea8942225cfaf19c09dcdf /urpm/install.pm | |
parent | e7dfa89b50ddcb96dc49200da0088d784af51dac (diff) | |
download | urpmi-d33b7d59ec240731585ccb77e5de5f978e0dd2b5.tar urpmi-d33b7d59ec240731585ccb77e5de5f978e0dd2b5.tar.gz urpmi-d33b7d59ec240731585ccb77e5de5f978e0dd2b5.tar.bz2 urpmi-d33b7d59ec240731585ccb77e5de5f978e0dd2b5.tar.xz urpmi-d33b7d59ec240731585ccb77e5de5f978e0dd2b5.zip |
- urpmi
o diskspace issues are now a fatal error (need perl-URPM 3.18.1)
(no use going on with the other transactions)
(backported from trunk)
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 020fa1ad..563f3733 100644 --- a/urpm/install.pm +++ b/urpm/install.pm @@ -161,6 +161,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. |