commit:     f1c6936c655c2952e0b34ad1487f0b008f449f75
Author:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
AuthorDate: Mon Jul 17 18:41:40 2023 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Mon Jul 17 19:20:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1c6936c

app-misc/openrgb-plugin-effects: fix build

Closes: https://bugs.gentoo.org/910463
Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>
Closes: https://github.com/gentoo/gentoo/pull/31931
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 app-misc/openrgb-plugin-effects/openrgb-plugin-effects-0.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/openrgb-plugin-effects/openrgb-plugin-effects-0.9.ebuild 
b/app-misc/openrgb-plugin-effects/openrgb-plugin-effects-0.9.ebuild
index a810dfb85e97..07fbaa9b65c8 100644
--- a/app-misc/openrgb-plugin-effects/openrgb-plugin-effects-0.9.ebuild
+++ b/app-misc/openrgb-plugin-effects/openrgb-plugin-effects-0.9.ebuild
@@ -51,7 +51,7 @@ src_prepare() {
 
        # Because of -Wl,--export-dynamic in app-misc/openrgb, this 
resources.qrc
        # conflicts with the openrgb's one. So rename it.
-       sed -e 's/resources.qrc/resources_effects_plugin.qrc/' -i *.pro || die
+       sed -e 's/ resources.qrc/ resources_effects_plugin.qrc/' -i *.pro || die
        mv --no-clobber resources.qrc resources_effects_plugin.qrc || die
 }
 

Reply via email to