Browse Source

be more consistent and output at least the libdir if one is given

Ralf S. Engelschall 22 years ago
parent
commit
ee070549ce
1 changed files with 3 additions and 0 deletions
  1. 3 0
      perl-openpkg/perl-openpkg.pl

+ 3 - 0
perl-openpkg/perl-openpkg.pl

@@ -438,6 +438,9 @@ if (grep { $_ eq "fixate" } @steps_run) {
         push(@files, '%not %dir '.$pcfg->{installvendorlib}.'/auto');
         push(@files, '%not %dir '.$pcfg->{installvendorlib});
     }
+    else {
+        push(@files, $CF->{path_libdir});
+    }
 
     #   output RPM installation file list
     my $out;