--- branches/magellan-next/include/python.sminc 2011/07/12 17:16:31 8121 +++ branches/magellan-next/include/python.sminc 2011/07/12 17:20:55 8123 @@ -33,7 +33,7 @@ python setup.py build "$@" || die elif [[ -e waf ]] then - python waf configure --prefix=/usr "$@" || die + python waf configure --prefix=/usr --libdir=/usr/$(mlibdir) "$@" || die python waf build "$@" || die elif [[ -e configure ]] then