diff options
author | 2018-04-13 13:50:32 -0500 | |
---|---|---|
committer | 2018-04-13 13:52:40 -0500 | |
commit | 5a1bde1e1bbe5fa334191194ee619162a138a362 (patch) | |
tree | 6249686f6c3c74fc03d2adf11f65deea53bcc17d /xfce-extra/xfce4-linelight-plugin | |
parent | xfce-extra/xfce4-messenger-plugin: remove obsolete xfconf.eclass, migrate to ... (diff) | |
download | gentoo-5a1bde1e1bbe5fa334191194ee619162a138a362.tar.gz gentoo-5a1bde1e1bbe5fa334191194ee619162a138a362.tar.bz2 gentoo-5a1bde1e1bbe5fa334191194ee619162a138a362.zip |
xfce-extra/xfce4-linelight-plugin: fix QA warning
Diffstat (limited to 'xfce-extra/xfce4-linelight-plugin')
-rw-r--r-- | xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.7-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.7-r1.ebuild b/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.7-r1.ebuild index a6a273c7bb26..718aa1c8291b 100644 --- a/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.7-r1.ebuild +++ b/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.7-r1.ebuild @@ -26,10 +26,10 @@ DEPEND="${COMMON_DEPEND} src_prepare() { eapply -p0 "${FILESDIR}"/${P}-port-to-xfcerc.patch + AT_M4DIR=${EPREFIX}/usr/share/xfce4/dev-tools/m4macros eautoreconf default } src_configure() { - AT_M4DIR=${EPREFIX}/usr/share/xfce4/dev-tools/m4macros eautoreconf econf --libexecdir="${EPREFIX}"/usr/$(get_libdir) } |