install: Add help2man to MN deps
'make install' calls help2man, so apt-get install it beforehand.
This commit is contained in:
+1
-1
@@ -123,7 +123,7 @@ function kernel_clean {
|
|||||||
function mn_deps {
|
function mn_deps {
|
||||||
echo "Installing Mininet dependencies"
|
echo "Installing Mininet dependencies"
|
||||||
$install gcc make screen psmisc xterm ssh iperf iproute \
|
$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
|
if [ "$DIST" = "Ubuntu" ] && [ "$RELEASE" = "10.04" ]; then
|
||||||
echo "Upgrading networkx to avoid deprecation warning"
|
echo "Upgrading networkx to avoid deprecation warning"
|
||||||
|
|||||||
Reference in New Issue
Block a user