diff mbox series

[ovs-dev] debian: Install correct vtep-ctl.

Message ID 20181030182106.14970-1-blp@ovn.org
State Accepted
Headers show
Series [ovs-dev] debian: Install correct vtep-ctl. | expand

Commit Message

Ben Pfaff Oct. 30, 2018, 6:21 p.m. UTC
The previous syntax installed the libtool wrapper script instead of the
actual binary.  This fixes the problem.

CC: James Page <james.page@ubuntu.com>
Fixes: 3d8dededeaf8 ("debian: Rationalize packaging using new debhelper.")
Reported-by: hubo <hubo@jiedaibao.com>
Reported-at: https://mail.openvswitch.org/pipermail/ovs-discuss/2018-October/047625.html
Signed-off-by: Ben Pfaff <blp@ovn.org>
---
 debian/openvswitch-vtep.install | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Justin Pettit Dec. 1, 2018, 7:24 p.m. UTC | #1
> On Oct 30, 2018, at 11:21 AM, Ben Pfaff <blp@ovn.org> wrote:
> 
> The previous syntax installed the libtool wrapper script instead of the
> actual binary.  This fixes the problem.
> 
> CC: James Page <james.page@ubuntu.com>
> Fixes: 3d8dededeaf8 ("debian: Rationalize packaging using new debhelper.")
> Reported-by: hubo <hubo@jiedaibao.com>
> Reported-at: https://mail.openvswitch.org/pipermail/ovs-discuss/2018-October/047625.html
> Signed-off-by: Ben Pfaff <blp@ovn.org>

Acked-by: Justin Pettit <jpettit@ovn.org>

--Justin
Ben Pfaff Dec. 3, 2018, 9:01 p.m. UTC | #2
On Sat, Dec 01, 2018 at 11:24:06AM -0800, Justin Pettit wrote:
> 
> > On Oct 30, 2018, at 11:21 AM, Ben Pfaff <blp@ovn.org> wrote:
> > 
> > The previous syntax installed the libtool wrapper script instead of the
> > actual binary.  This fixes the problem.
> > 
> > CC: James Page <james.page@ubuntu.com>
> > Fixes: 3d8dededeaf8 ("debian: Rationalize packaging using new debhelper.")
> > Reported-by: hubo <hubo@jiedaibao.com>
> > Reported-at: https://mail.openvswitch.org/pipermail/ovs-discuss/2018-October/047625.html
> > Signed-off-by: Ben Pfaff <blp@ovn.org>
> 
> Acked-by: Justin Pettit <jpettit@ovn.org>

Thanks, applied and backported as far as branch-2.5.
diff mbox series

Patch

diff --git a/debian/openvswitch-vtep.install b/debian/openvswitch-vtep.install
index ee32efa4c0dc..b7852649d59c 100644
--- a/debian/openvswitch-vtep.install
+++ b/debian/openvswitch-vtep.install
@@ -1,3 +1,3 @@ 
 usr/share/openvswitch/scripts/ovs-vtep
 usr/share/openvswitch/vtep.ovsschema
-vtep/vtep-ctl usr/bin
+usr/bin/vtep-ctl