On 03/22/2012 03:29 AM, Samuli Suominen wrote:
On 03/22/2012 09:25 AM, Samuli Suominen wrote:
If anyone is intrested in helping around with Xfce we have 2 bigger
tasks on going:

1) Pass --libexecdir="${EPREFIX}" to all plugins installing to
/usr/libexec/xfce4/ as opposed to /usr/lib/xfce4/

Typing error.

inherit multilib xfconf

--libexecdir="${EPREFIX}"/usr/$(get_libdir)



I tested this, works fine. Is there a better way to fix it within the package, though?


diff --git a/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.7.ebuild b/xfce-extra/xfce4$
index f987178..6ac70b6 100644
--- a/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.7.ebuild
+++ b/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.7.ebuild
@@ -29,6 +29,7 @@ DEPEND="${COMMON_DEPEND}
 pkg_setup() {
        XFCONF=(
                --disable-option-checking
+               --libexecdir="${EPREFIX}"/usr/$(get_libdir)
                $(xfconf_use_debug)
                )

Reply via email to