[ovs-dev] [PATCH] ovs-dev.py: Remove duplicate name from the help string.

Saurabh Shah ssaurabh at nicira.com
Fri Nov 8 00:27:14 UTC 2013


---
 utilities/ovs-dev.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utilities/ovs-dev.py b/utilities/ovs-dev.py
index 21f0fc5..d33b2ba 100755
--- a/utilities/ovs-dev.py
+++ b/utilities/ovs-dev.py
@@ -226,7 +226,7 @@ Basic Configuration:
 
     # First install the basic requirements needed to build Open vSwitch.
     sudo apt-get install git build-essential libtool autoconf pkg-config \\
-            libssl-dev pkg-config gdb linux-headers-`uname -r`
+            libssl-dev gdb linux-headers-`uname -r`
 
     # Next clone the Open vSwitch source.
     git clone git://git.openvswitch.org/openvswitch %(ovs)s
-- 
1.7.9.5




More information about the dev mailing list