install: Add help2man to MN deps

'make install' calls help2man, so apt-get install it beforehand.
This commit is contained in:
Brandon Heller
2012-11-12 16:46:22 -08:00
parent e3c8066a9e
commit b597ef5d55
+1 -1
View File
@@ -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"