]> git.pld-linux.org Git - packages/perl-Sys-Virt.git/blob - no-dot-in-inc.patch
- rebuild with perl 5.28.0
[packages/perl-Sys-Virt.git] / no-dot-in-inc.patch
1 --- Sys-Virt-2.5.0/perl-Sys-Virt.spec.PL~       2016-10-26 12:35:34.000000000 +0200
2 +++ Sys-Virt-2.5.0/perl-Sys-Virt.spec.PL        2017-06-22 02:20:58.119063437 +0200
3 @@ -6,7 +6,7 @@
4  
5  die unless (scalar @ARGV == 1);
6  
7 -unless (do 'lib/Sys/Virt.pm')
8 +unless (do './lib/Sys/Virt.pm')
9    {
10      if ($@) { die $@ };
11      die "lib/Sys/Virt.pm: $!";
This page took 0.040755 seconds and 3 git commands to generate.