]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- small fix rpm-3_0_3-18
authorpius <pius@pld-linux.org>
Sat, 13 Nov 1999 20:38:54 +0000 (20:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-perl-macros.patch -> 1.16

rpm-perl-macros.patch

index b6a0625181db3b97fb058d22fea444de26714a6f..0a4334a2ba5841ba96de4f9d9e7ccfbe6595ed3b 100644 (file)
    foreach (@ARGV) {
 -    process_file($_);
 +    if (m=/usr/(bin|lib|share|X11R6/(lib|bin))/=) {
-+      if (! m=(/(doc|man|info|usr/src)/|\.(so|pl|ph|h|html|pod)$)=) {
++      if (! m=(/(doc|man|info|usr/src)/|\.(so|ph|h|html|pod)$)=) {
 +        process_file($_);
 +      }
 +    }
    foreach (<>) {
 -    process_file($_);
 +    if (m=/usr/(bin|lib|share|X11R6/(lib|bin))/=) {
-+      if (! m=(/(doc|man|info|usr/src)/|\.(so|pl|ph|h|html|pod)$)=) {
++      if (! m=(/(doc|man|info|usr/src)/|\.(so|ph|h|html|pod)$)=) {
 +        process_file($_);
 +      }
 +    }
This page took 0.070586 seconds and 4 git commands to generate.