commit:     ac21da15be67ca91c9bd319a91379dc8cefbf5b2
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  6 14:08:41 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Jan  6 14:08:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac21da15

app-misc/openrgb: properly install udev rules

Bug: https://github.com/gentoo/gentoo/pull/28800
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-misc/openrgb/{openrgb-0.8.ebuild => openrgb-0.8-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/openrgb/openrgb-0.8.ebuild 
b/app-misc/openrgb/openrgb-0.8-r1.ebuild
similarity index 98%
rename from app-misc/openrgb/openrgb-0.8.ebuild
rename to app-misc/openrgb/openrgb-0.8-r1.ebuild
index 516276f31fcd..79b8c72fcdf9 100644
--- a/app-misc/openrgb/openrgb-0.8.ebuild
+++ b/app-misc/openrgb/openrgb-0.8-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2022 Gentoo Authors
+# Copyright 2020-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -70,8 +70,8 @@ src_install() {
 
        dodoc README.md OpenRGB.patch
 
-       udev_dorules 60-openrgb.rules
        rm -r "${ED}"/usr/lib/udev/ || die
+       udev_dorules 60-openrgb.rules
 
        # This is for plugins. Upstream doesn't install any headers at all.
        insinto /usr/include/OpenRGB

Reply via email to