make netns install programs to bin, since c extension is no longer used, added hack to endforce dist-packages
This commit is contained in:
parent
f5efecabf0
commit
23ae71bed3
2 changed files with 3 additions and 1 deletions
|
@ -110,6 +110,8 @@ if test "x$enable_daemon" = "xyes"; then
|
|||
AC_CHECK_FUNCS([atexit dup2 gettimeofday memset socket strerror uname])
|
||||
|
||||
AM_PATH_PYTHON(2.7)
|
||||
pythondir=`echo ${pythondir} | sed s,site-packages,dist-packages,`
|
||||
AC_SUBST(pythondir,$pythondir)
|
||||
|
||||
AC_CHECK_PROG(brctl_path, brctl, $as_dir, no, $SEARCHPATH)
|
||||
if test "x$brctl_path" = "xno" ; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue