]> git.pld-linux.org Git - packages/perl-Sys-Virt.git/blame - no-dot-in-inc.patch
- rebuild with perl 5.30.0
[packages/perl-Sys-Virt.git] / no-dot-in-inc.patch
CommitLineData
e0628b64
JR
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.071326 seconds and 4 git commands to generate.