2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 14:25:26 +00:00

ovn-nbctl: Move ovn-nbctl to utilities directory.

Signed-off-by: Alex Wang <alexw@nicira.com>
Acked-by: Russell Bryant <rbryant@redhat.com>
This commit is contained in:
Alex Wang
2015-08-04 11:31:22 -07:00
parent 62fdd819ef
commit 5b5c922b0c
8 changed files with 18 additions and 15 deletions

View File

@@ -248,7 +248,7 @@ if $built; then
fi
PATH=$builddir/ovsdb:$builddir/vswitchd:$builddir/utilities:$PATH
if $ovn; then
PATH=$builddir/ovn:$builddir/ovn/controller:$builddir/ovn/northd:$PATH
PATH=$builddir/ovn:$builddir/ovn/controller:$builddir/ovn/northd:$builddir/ovn/utilities:$PATH
fi
export PATH
else