From b597ef5d555da40728cf6f96529c14ae47ea44f8 Mon Sep 17 00:00:00 2001 From: Brandon Heller Date: Mon, 12 Nov 2012 16:45:32 -0800 Subject: [PATCH] install: Add help2man to MN deps 'make install' calls help2man, so apt-get install it beforehand. --- util/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/install.sh b/util/install.sh index 6a319a9..5af003b 100755 --- a/util/install.sh +++ b/util/install.sh @@ -123,7 +123,7 @@ function kernel_clean { function mn_deps { echo "Installing Mininet dependencies" $install gcc make screen psmisc xterm ssh iperf iproute \ - python-setuptools python-networkx cgroup-bin ethtool + python-setuptools python-networkx cgroup-bin ethtool help2man if [ "$DIST" = "Ubuntu" ] && [ "$RELEASE" = "10.04" ]; then echo "Upgrading networkx to avoid deprecation warning"