--- branches/magellan-next/include/python.sminc 2011/12/01 18:45:01 9471 +++ branches/magellan-next/include/python.sminc 2011/12/01 18:46:32 9472 @@ -46,6 +46,7 @@ mconfigure $@ || die mmake || die elif [[ -e install.py ]] + then echo "install.py found - nothing to compile here." else mmake || die @@ -61,6 +62,7 @@ then python waf install --destdir=${BINDIR} $@ || die elif [[ -e install.py ]] + then python install.py --prefix=/usr --files-only --destdir=${BINDIR} $@ || die else mmake DESTDIR=${BINDIR} install || die