diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2009-01-06 14:01:52 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2009-01-06 14:01:52 +0000 |
commit | 6b905e479a9b95995abd4ee94bc5c412a0ecd806 (patch) | |
tree | 0d165b5643c8a77e704ab8dbd7d9288c95f50986 /urpm.pm | |
parent | d30a3901fed225f9476a7bdd29d4ceeeede81fc9 (diff) | |
download | urpmi-6b905e479a9b95995abd4ee94bc5c412a0ecd806.tar urpmi-6b905e479a9b95995abd4ee94bc5c412a0ecd806.tar.gz urpmi-6b905e479a9b95995abd4ee94bc5c412a0ecd806.tar.bz2 urpmi-6b905e479a9b95995abd4ee94bc5c412a0ecd806.tar.xz urpmi-6b905e479a9b95995abd4ee94bc5c412a0ecd806.zip |
comment a hack
Diffstat (limited to 'urpm.pm')
-rw-r--r-- | urpm.pm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -284,6 +284,7 @@ sub db_open_or_die_ { my ($urpm, $b_write_perm) = @_; my $db; if ($urpm->{env_rpmdb}) { + #- URPM has same methods as URPM::DB and empty URPM will be seen as empty URPM::DB. $db = new URPM; $db->parse_synthesis($urpm->{env_rpmdb}); } else { |