mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
committed by
Joonas Niilola
parent
d185c283ae
commit
b1600ef1cf
@@ -30,7 +30,7 @@ src_prepare() {
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
src_install() {
|
||||
PLUGIN_SO=( src/.libs/gkleds$(get_modname) )
|
||||
default
|
||||
gkrellm-plugin_src_install
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user