瀏覽代碼

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

Ralf S. Engelschall 22 年之前
父節點
當前提交
ee070549ce
共有 1 個文件被更改,包括 3 次插入0 次删除
  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;