aboutsummaryrefslogtreecommitdiffstats
path: root/rpmtools.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2000-08-25 15:33:53 +0000
committerFrancois Pons <fpons@mandriva.com>2000-08-25 15:33:53 +0000
commit6e0d2fff13c6ae9b97ca9e32c28c09bd2e2e8f67 (patch)
treed163d814b8d8966d1e5cc9b12965f92fb01d1f40 /rpmtools.pm
parentf8b245f06572634f7b7ad20dfb91736b10da7343 (diff)
downloadrpmtools-6e0d2fff13c6ae9b97ca9e32c28c09bd2e2e8f67.tar
rpmtools-6e0d2fff13c6ae9b97ca9e32c28c09bd2e2e8f67.tar.gz
rpmtools-6e0d2fff13c6ae9b97ca9e32c28c09bd2e2e8f67.tar.bz2
rpmtools-6e0d2fff13c6ae9b97ca9e32c28c09bd2e2e8f67.tar.xz
rpmtools-6e0d2fff13c6ae9b97ca9e32c28c09bd2e2e8f67.zip
*** empty log message ***
Diffstat (limited to 'rpmtools.pm')
-rw-r--r--rpmtools.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/rpmtools.pm b/rpmtools.pm
index a892ea3..115cece 100644
--- a/rpmtools.pm
+++ b/rpmtools.pm
@@ -81,8 +81,8 @@ sub compute_depslist {
#- this could be nothing if the provides is a file not found.
#- and this has been fixed above.
foreach (@$req) {
- my $info = $params->{info}{$_}; $info or next;
- $required_packages{$_} = undef;
+ my $info = $params->{info}{$_};
+ $required_packages{$_} = undef; $info or next;
if ($info->{deps} && !$info->{requires}) {
#- the package has been read from an ordered depslist file, and need
#- to rebuild its requires tags, so it can safely be used here.