[libvirt] [PATCH, TCK] Install tests to /usr/share/... instead of /share/...

Matthias Bolte matthias.bolte at googlemail.com
Thu Dec 10 18:18:58 UTC 2009


libvirt-tck expects the tests in /usr/share/libvirt-tck/tests.
---
 Build.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Build.PL b/Build.PL
index 453172c..c85a072 100644
--- a/Build.PL
+++ b/Build.PL
@@ -100,5 +100,5 @@ my $b = $class->new(
 $b->add_build_element("conf");
 $b->add_build_element("pkgdata");
 $b->install_path('conf' => File::Spec->catdir($b->install_base, "etc", "libvirt-tck"));
-$b->install_path('pkgdata' => File::Spec->catdir($b->install_base, "share", "libvirt-tck", "tests"));
+$b->install_path('pkgdata' => File::Spec->catdir($b->install_base, "usr/share", "libvirt-tck", "tests"));
 $b->create_build_script;
-- 
1.6.0.4




More information about the libvir-list mailing list