Skip to content

Commit

Permalink
app-misc/openrgb-plugin-effects: fix build
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/910463
Signed-off-by: Alexey Sokolov <[email protected]>
Closes: gentoo#31931
Signed-off-by: Patrick McLean <[email protected]>
  • Loading branch information
DarthGandalf authored and chutz committed Jul 17, 2023
1 parent 59af415 commit f1c6936
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit f1c6936

Please sign in to comment.