]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- fix qw() with more than one dep
authorradek <radek@pld-linux.org>
Tue, 26 Aug 2008 18:36:14 +0000 (18:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-perl_req-use_base.patch -> 1.4

rpm-perl_req-use_base.patch

index 18716dfdd2e8cddeef93e1e78d18c9c3523c36dc..bec56415a4a559bceb378ce62346b38d56b86a13 100644 (file)
@@ -20,7 +20,7 @@
 +       /x
 +      )
 +    {
-+        my @deps = ( $1 ? split /\s+/, $2 : $3 ? split /\s+/, $4 : $5 );
++        my @deps = ( $1 ? split /\s+/, $2 : $3 ? $4 : split /\s+/, $5 );
 +        for my $mod ( grep !exists $require{$_}, @deps ) {
 +            $require{$mod} = '';
 +            $line{$mod}    = $_;
This page took 0.049648 seconds and 4 git commands to generate.