diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-01-06 15:08:41 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-01-06 15:08:46 +0100 |
commit | ac21da15be67ca91c9bd319a91379dc8cefbf5b2 (patch) | |
tree | c6c07bdfecfe578e47b0d32019e99c580f3e674c /app-misc/openrgb | |
parent | app-emacs/diff-hl: bump to 1.9.1 (diff) | |
download | gentoo-ac21da15be67ca91c9bd319a91379dc8cefbf5b2.tar.gz gentoo-ac21da15be67ca91c9bd319a91379dc8cefbf5b2.tar.bz2 gentoo-ac21da15be67ca91c9bd319a91379dc8cefbf5b2.zip |
app-misc/openrgb: properly install udev rules
Bug: https://github.com/gentoo/gentoo/pull/28800
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-misc/openrgb')
-rw-r--r-- | app-misc/openrgb/openrgb-0.8-r1.ebuild (renamed from app-misc/openrgb/openrgb-0.8.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/openrgb/openrgb-0.8.ebuild b/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 |