diff options
author | Thomas Bracht Laumann Jespersen <t@laumann.xyz> | 2022-04-08 21:53:59 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-04-18 09:43:01 +0300 |
commit | b1600ef1cfcbd46142a14d6d7f3e98e06f1c5690 (patch) | |
tree | 2b3ebb76f3c2868d75d6e17c20bcc734e4d3a01b /x11-plugins | |
parent | dev-ruby/tty-editor: enable ruby31 (diff) | |
download | gentoo-b1600ef1cfcbd46142a14d6d7f3e98e06f1c5690.tar.gz gentoo-b1600ef1cfcbd46142a14d6d7f3e98e06f1c5690.tar.bz2 gentoo-b1600ef1cfcbd46142a14d6d7f3e98e06f1c5690.zip |
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>
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2-r2.ebuild b/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2-r2.ebuild index fed6fcfc799b..6cb881e555ab 100644 --- a/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2-r2.ebuild +++ b/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2-r2.ebuild @@ -30,7 +30,7 @@ src_prepare() { eautoreconf } -src_configure() { +src_install() { PLUGIN_SO=( src/.libs/gkleds$(get_modname) ) - default + gkrellm-plugin_src_install } |