Improve uninstalling python sbin programs.

This commit is contained in:
tgoff0 2015-05-16 01:53:20 +00:00
parent 692afe7f81
commit 04e98a8004
2 changed files with 8 additions and 4 deletions

View file

@ -250,6 +250,7 @@ if test "x$want_python" = "xyes"; then
pythondir=`echo ${pythondir} | sed -e 's,[$][{]prefix[}],${pyprefix},g'`
pyexecdir=`echo ${pyexecdir} | sed -e 's,[$][{]exec_prefix[}],${pyprefix},g'`
fi
PYTHON_EXEC_PREFIX=$($PYTHON -c 'import sys; print sys.exec_prefix')
else
# Namespace support requires Python support
want_linux_netns=no