Blame SOURCES/0070-v2v-vddk-Make-it-clearer-that-you-should-not-run-nbd.patch

a30de4
From be3d03e538592cff01d3e3693ada6e973df55abd Mon Sep 17 00:00:00 2001
a30de4
From: "Richard W.M. Jones" <rjones@redhat.com>
a30de4
Date: Mon, 16 Oct 2017 10:06:54 +0100
a30de4
Subject: [PATCH] v2v: vddk: Make it clearer that you should not run nbdkit
a30de4
 'make install'.
a30de4
a30de4
(cherry picked from commit d81a2ee185599c23a128ab65be9d48b415abf461)
a30de4
---
a30de4
 v2v/virt-v2v.pod | 9 +++++----
a30de4
 1 file changed, 5 insertions(+), 4 deletions(-)
a30de4
a30de4
diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod
a30de4
index 92ed147d7..4f7ea8da6 100644
a30de4
--- a/v2v/virt-v2v.pod
a30de4
+++ b/v2v/virt-v2v.pod
a30de4
@@ -1322,11 +1322,12 @@ L<https://github.com/libguestfs/nbdkit/tree/master/plugins/vddk>
a30de4
 
a30de4
 =item 3.
a30de4
 
a30de4
-You can run nbdkit from its source directory without needing to
a30de4
-install it.  Set C<$PATH> to include the nbdkit top build directory
a30de4
-(the directory containing a shell script called F<nbdkit>):
a30de4
+You do B<not> need to run C<make install>.  You can run nbdkit from
a30de4
+its source directory.  Set C<$PATH> to point to the nbdkit top build
a30de4
+directory (that is, the directory containing a shell script called
a30de4
+F<nbdkit>), eg:
a30de4
 
a30de4
- export PATH=/path/to/nbdkit:$PATH
a30de4
+ export PATH=/path/to/nbdkit-1.1.x:$PATH
a30de4
 
a30de4
 =item 4.
a30de4
 
a30de4
-- 
a30de4
2.14.3
a30de4