[PATCH] [TCK] Forgot to copy *.fwall.dat file

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



 Move to the format Eric suggested and copy the missing .fwall.dat file.

Signed-off-by: Stefan Berger <stefanb@xxxxxxxxxx>

diff --git a/Build.PL b/Build.PL
index 2a4de43..97b4140 100644
--- a/Build.PL
+++ b/Build.PL
@@ -29,7 +29,7 @@ sub process_pkgdata_files {
         my $name = $File::Find::name;
     if (-d) {
         $tck_dirs{$name} = [];
-    } elsif (-f && (/\.t$/ || /\.sh$/ || /\.fwall$/ || /\.xml$/)) {
+    } elsif (-f && /\.(t|sh|fwall|xml|fwall\.dat)$/) {
         push @{$tck_dirs{$dir}}, $name;
     }
     };

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list


[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]