--- trunk/include/multilib.sminc 2014/08/22 12:04:19 22066 +++ trunk/include/multilib.sminc 2014/08/22 12:29:21 22067 @@ -301,7 +301,7 @@ then cd ${BUILDDIR}/build-${abi} else - cd ${SRCDIR} + cd ${SRCDIR}-${abi} fi abi-${abi} oldcmake_configure $@ || die done @@ -365,7 +365,7 @@ then cd ${BUILDDIR}/build-${abi} else - cd ${SRCDIR} + cd ${SRCDIR}-${abi} fi mmake -j1 -k check || die done @@ -393,7 +393,7 @@ then cd ${BUILDDIR}/build-${abi} else - cd ${SRCDIR} + cd ${SRCDIR}-${abi} fi abi-${abi} oldmmake DESTDIR=${BINDIR} $@ install || die done