diff options
Diffstat (limited to 'urpm')
-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 1ec5080d..4d58efdc 100644 --- a/urpm/install.pm +++ b/urpm/install.pm @@ -239,7 +239,7 @@ sub install { my ($urpm, undef, $pkgid) = @_; return unless defined $pkgid; $callback_close_helper and $callback_close_helper->($db, @_); - get_README_files($urpm, $trans, $urpm->{depslist}[$pkgid]); + get_README_files($urpm, $trans, $urpm->{depslist}[$pkgid]) if !$options{test}; close $fh if defined $fh; }; #- ensure perl does not create a circular reference below, otherwise all this won't be collected, |