summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Sokolov <alexey+gentoo@asokolov.org>2023-07-17 19:41:40 +0100
committerPatrick McLean <chutzpah@gentoo.org>2023-07-17 12:20:17 -0700
commitf1c6936c655c2952e0b34ad1487f0b008f449f75 (patch)
treed4b79c324fa921863d347241f7460db90cd4baa6
parentnet-proxy/haproxy: Stabilize 2.7.9 ppc, #900737 (diff)
downloadgentoo-f1c6936c655c2952e0b34ad1487f0b008f449f75.tar.gz
gentoo-f1c6936c655c2952e0b34ad1487f0b008f449f75.tar.bz2
gentoo-f1c6936c655c2952e0b34ad1487f0b008f449f75.zip
app-misc/openrgb-plugin-effects: fix build
Closes: https://bugs.gentoo.org/910463 Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Closes: https://github.com/gentoo/gentoo/pull/31931 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
-rw-r--r--app-misc/openrgb-plugin-effects/openrgb-plugin-effects-0.9.ebuild2
1 files changed, 1 insertions, 1 deletions
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
}