]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- small fixes in perl.prov rpm-3_0_3-16
authorpius <pius@pld-linux.org>
Fri, 5 Nov 1999 21:48:24 +0000 (21:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-perl-macros.patch -> 1.14

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 0.032649 seconds and 4 git commands to generate.