Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 703952

Summary: sci-libs/indilib-1.8.2-r1 installs udev rules files in /lib/udev instead of /lib/udev/rules.d
Product: Gentoo Linux Reporter: James Bates <james.h.bates>
Component: Current packagesAssignee: Gentoo KDE team <kde>
Status: RESOLVED FIXED    
Severity: normal Keywords: PATCH
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: ebuild patch to install udev rules into correct /lib/udev/rules.d directory

Description James Bates 2019-12-27 10:37:16 UTC
sci-libs/indilib-1.8.2-r1 installs udev rules files in /lib/udev instead of /lib/udev/rules.d

Reproducible: Always

Steps to Reproduce:
1. merge =sci-libs/indilib-1.8.2-r1
Actual Results:  
udev rules are installed directly to /lib/udev:

/lib/udev/80-dbk21-camera.rules
/lib/udev/99-focusers.rules
/lib/udev/99-indi_auxiliary.rules
/lib/udev/99-vantage.rules


Expected Results:  
The rules must be installed in /lib/udev/rules.d in order to have any effect
Comment 1 James Bates 2019-12-27 10:42:48 UTC
Created attachment 601028 [details, diff]
ebuild patch to install udev rules into correct /lib/udev/rules.d directory
Comment 2 Larry the Git Cow gentoo-dev 2020-01-01 07:55:35 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06f859cbe85c7d020af20631e4da8d6a6750acda

commit 06f859cbe85c7d020af20631e4da8d6a6750acda
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2019-12-31 22:27:37 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2020-01-01 07:55:13 +0000

    sci-libs/indilib: Fix udev rules install path
    
    Thanks-to: James Bates <james.h.bates@gmail.com>
    Closes: https://bugs.gentoo.org/703952
    Package-Manager: Portage-2.3.84, Repoman-2.3.20
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 sci-libs/indilib/indilib-1.8.2-r2.ebuild | 56 ++++++++++++++++++++++++++++++++
 1 file changed, 56 insertions(+)