]> git.pld-linux.org Git - packages/rpm.git/blobdiff - rpm-perl-macros.patch
- small fixes in perl.prov
[packages/rpm.git] / rpm-perl-macros.patch
index ad94c33165b6c12f3801bfc79b691ef8536dea93..dfaa50e6d203cd76a31152eadfa761d607e6d1c2 100644 (file)
  if ("@ARGV") {
    foreach (@ARGV) {
 -    process_file($_);
-+    if (! m=\.(so|gz|ph|pod)$=) {
++     if (! m=(/(doc|usr/src)/|\.(so|gz|ph|pod)$)=) {
 +      process_file($_);
 +    }
    }
  
    foreach (<>) {
 -    process_file($_);
-+    if (! m=\.(so|gz|ph|pod)$=) {
++     if (! m=(/(doc|usr/src)/|\.(so|gz|ph|pod)$)=) {
 +      process_file($_);
 +    }
    }
This page took 4.613914 seconds and 4 git commands to generate.