]> xenbits.xensource.com Git - libvirt.git/commitdiff
run: Fix LIBVIRTD_PATH
authorCole Robinson <crobinso@redhat.com>
Tue, 24 Jul 2018 14:31:21 +0000 (10:31 -0400)
committerCole Robinson <crobinso@redhat.com>
Tue, 24 Jul 2018 16:10:21 +0000 (12:10 -0400)
It wasn't updated when libvirtd was moved from daemon/ to src/

Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
Signed-off-by: Cole Robinson <crobinso@redhat.com>
run.in

diff --git a/run.in b/run.in
index cbef61a674ef79d8c669ca151186c96569641fb4..06ad54b62b33d6e9bbe746e67762f1d39a196bc8 100644 (file)
--- a/run.in
+++ b/run.in
@@ -63,7 +63,7 @@ export PKG_CONFIG_PATH
 export LIBVIRT_DRIVER_DIR="$b/src/.libs"
 export LIBVIRT_LOCK_MANAGER_PLUGIN_DIR="$b/src/.libs"
 export VIRTLOCKD_PATH="$b/src"
-export LIBVIRTD_PATH="$b/daemon"
+export LIBVIRTD_PATH="$b/src"
 
 # This is a cheap way to find some use-after-free and uninitialized
 # read problems when using glibc.