Skip to content

Commit

Permalink
ovs-dev.py: Fix libcap-ng-dev dependency.
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Stringer <[email protected]>
Acked-by: Ben Pfaff <[email protected]>
  • Loading branch information
joestringer committed Dec 24, 2015
1 parent cefc655 commit bdc30bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/ovs-dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ def doc():
# First install the basic requirements needed to build Open vSwitch.
sudo apt-get install git build-essential libtool autoconf pkg-config \\
libssl-dev gdb libcap-ng linux-headers-`uname -r`
libssl-dev gdb libcap-ng-dev linux-headers-`uname -r`
# Next clone the Open vSwitch source.
git clone https://github.com/openvswitch/ovs.git %(ovs)s
Expand Down

0 comments on commit bdc30bf

Please sign in to comment.