--- trunk/core/include/xfce.sminc 2010/08/07 12:21:04 5716 +++ trunk/core/include/xfce.sminc 2010/08/07 12:43:36 5721 @@ -37,7 +37,14 @@ xfce_src_compile() { cd ${SRCDIR} - xfce_configure --disable-debug --disable-static || die + + xfce_configure \ + --libexecdir=/usr/$(mlibdir)/${PNAME} \ + --with-html-dir=/usr/share/doc/${PNAME}-${PVER}/html \ + --disable-debug \ + --disable-static \ + || die + mmake ${XFCE_MAKE_OPTS} || die }