summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2018-10-30 11:21:06 -0700
committerBen Pfaff <blp@ovn.org>2018-12-03 13:00:52 -0800
commit441bf54a44a5e5c975fea9ae41f7f8b9da0b646a (patch)
tree81e0fa3d541db372cfb8ac1585b279e46a20dbc2
parentfaaf9671a97d28b1268baa47e1c62562fd73355f (diff)
downloadopenvswitch-441bf54a44a5e5c975fea9ae41f7f8b9da0b646a.tar.gz
debian: Install correct vtep-ctl.
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 Acked-by: Justin Pettit <jpettit@ovn.org> Signed-off-by: Ben Pfaff <blp@ovn.org>
-rw-r--r--debian/openvswitch-vtep.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/openvswitch-vtep.install b/debian/openvswitch-vtep.install
index ee32efa4c..b7852649d 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