diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-09-09 22:30:00 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-09-09 22:30:00 +0000 |
commit | a776d3e2f81b9d2ee3394956f5b726142b0fbf2c (patch) | |
tree | 61782dcddeebb9cbe8f7c9da6de7f22d909bf655 /urpm/install.pm | |
parent | 7a62087448c9a58ec1b9afe15977a24b55646f77 (diff) | |
download | urpmi-a776d3e2f81b9d2ee3394956f5b726142b0fbf2c.tar urpmi-a776d3e2f81b9d2ee3394956f5b726142b0fbf2c.tar.gz urpmi-a776d3e2f81b9d2ee3394956f5b726142b0fbf2c.tar.bz2 urpmi-a776d3e2f81b9d2ee3394956f5b726142b0fbf2c.tar.xz urpmi-a776d3e2f81b9d2ee3394956f5b726142b0fbf2c.zip |
(db_open_or_die__) ahem...
Diffstat (limited to 'urpm/install.pm')
-rw-r--r-- | urpm/install.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/install.pm b/urpm/install.pm index 8266fec4..807bee57 100644 --- a/urpm/install.pm +++ b/urpm/install.pm @@ -44,7 +44,7 @@ sub build_transaction_set_ { #- build simplest transaction (no split). $urpm->build_transaction_set(undef, $state, split_length => 0); } else { - my $db = db_open_or_die__(); + my $db = db_open_or_die__($urpm, $options{rpmdb}); my $sig_handler = sub { undef $db; exit 3 }; local $SIG{INT} = $sig_handler; |