]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- generate perl reqs for files in /usr/lib64 too
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 23 May 2004 14:49:44 +0000 (14:49 +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.3

rpm-perl_req-INC_dirs.patch

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