]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- fixes in perl.req
authorpius <pius@pld-linux.org>
Thu, 17 Feb 2000 17:22:50 +0000 (17:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-perl-macros.patch -> 1.20

rpm-perl-macros.patch

index 822ca49df9906011991990f85d5fda3ffff31c2d..1eb0f1003471b04b915c248359589314f85937df 100644 (file)
 -      ($module  =~ m/\.ph$/) && ($module =~ s!.*/!!g );
 +      # ($module  =~ m/\.ph$/) && ($module =~ s!.*/!!g );
 +
-+      # there is no need to generate dependencies for ph and pl files
++      # there is no need to generate dependencies for ph, pl or test files
 +      # so let's just skip them.
  
-+      ($module =~ m/\.(ph|pl)$/) && next;
++      ($module =~ m/\.(ph|pl|t)$/) && next;
 +
 +      # skip all modules for platforms other than linux.
 +
This page took 0.121751 seconds and 4 git commands to generate.