--- branches/magellan-next/include/python.sminc 2011/12/01 18:40:53 9470 +++ branches/magellan-next/include/python.sminc 2011/12/01 18:45:01 9471 @@ -45,6 +45,8 @@ then mconfigure $@ || die mmake || die + elif [[ -e install.py ]] + echo "install.py found - nothing to compile here." else mmake || die fi @@ -58,6 +60,8 @@ elif [[ -e waf ]] then python waf install --destdir=${BINDIR} $@ || die + elif [[ -e install.py ]] + python install.py --prefix=/usr --files-only --destdir=${BINDIR} $@ || die else mmake DESTDIR=${BINDIR} install || die fi