Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 348708 - net-wireless/bluez installing udev rules in wrong location
Summary: net-wireless/bluez installing udev rules in wrong location
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Tiziano Müller (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-14 12:38 UTC by Ben Sagal
Modified: 2010-12-19 20:20 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Sagal 2010-12-14 12:38:36 UTC
udev looks for rules in 2 locations /etc/udev/rules.d/ and /lib/udev/rules.d/.
system defined rules are supposed to be installed in /lib/udev/rules.d/ and not
in etc, however net-wireless/bluez installs the rules into /etc/udev/rules.d/.

this should be fixable by replacing the lines (in the ebuild):

        insinto /etc/udev/rules.d/
with:
        insinto /$(get_libdir)/udev/rules.d/
Comment 1 Pacho Ramos gentoo-dev 2010-12-19 20:20:09 UTC
+*bluez-4.82 (19 Dec 2010)
+
+  19 Dec 2010; Pacho Ramos <pacho@gentoo.org> +bluez-4.82.ebuild:
+  Version bump and install udev rules under proper path (bug #348708 by Ben
+  Sagal).
+