]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- argh, don't anchor on ^
authorradek <radek@pld-linux.org>
Thu, 29 Apr 2004 22:08:57 +0000 (22:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-perl_req-INC_dirs.patch -> 1.2

rpm-perl_req-INC_dirs.patch

index 1fa9a965fcf52e5dfb2c5e660dd3eff237d32671..1dc63648b9e045d79d9b832fd1fea9b7898d8533 100644 (file)
@@ -17,7 +17,7 @@
  foreach ( @ARGV ? @ARGV : <> ) {
 -      chomp;
 +    chomp;
-+    $inc{$1}++ if m#^($inc)/#;
++    $inc{$1}++ if m#($inc)/#;  # can't anchor on ^
      if (m=/usr/(sbin|bin|lib|share|X11R6/(lib|bin))/=) {
        if (! m=(/(doc|man|info|usr/src)/|\.(so|ph|h|html|pod)$)=) {
          process_file($_) if -f;
This page took 0.031227 seconds and 4 git commands to generate.