x11-plugins/gkrellm-leds: rename src_{configure,install}

The PLUGIN_SO variable is only needed for the src_install phase, so
the only phase we really need to override here is src_install.

Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
Closes: https://github.com/gentoo/gentoo/pull/24959
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Thomas Bracht Laumann Jespersen
2022-04-08 21:53:59 +02:00
committed by Joonas Niilola
parent d185c283ae
commit b1600ef1cf

View File

@@ -30,7 +30,7 @@ src_prepare() {
eautoreconf
}
src_configure() {
src_install() {
PLUGIN_SO=( src/.libs/gkleds$(get_modname) )
default
gkrellm-plugin_src_install
}