diff options
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 } |