--- trunk/core/include/xfce.sminc 2010/08/07 12:43:36 5721 +++ trunk/core/include/xfce.sminc 2010/08/07 12:51:24 5726 @@ -26,7 +26,13 @@ xfce_configure() { local configure_opts="$@" - mconfigure ${configure_opts} || die + mconfigure \ + --libexecdir=/usr/$(mlibdir)/${PNAME} \ + --with-html-dir=/usr/share/doc/${PNAME}-${PVER}/html \ + --disable-debug \ + --disable-static \ + ${configure_opts} \ + || die } xfce_src_prepare() @@ -38,13 +44,7 @@ { cd ${SRCDIR} - xfce_configure \ - --libexecdir=/usr/$(mlibdir)/${PNAME} \ - --with-html-dir=/usr/share/doc/${PNAME}-${PVER}/html \ - --disable-debug \ - --disable-static \ - || die - + xfce_configure || die mmake ${XFCE_MAKE_OPTS} || die }