[gentoo-dev] Re: rfc: udev-rules.eclass

2012-07-12 Thread Duncan
Zac Medico posted on Thu, 12 Jul 2012 00:33:50 -0700 as excerpted: >>> Couldn't you, on udev upgrade, move everything in /lib/udev to >>> /usr/lib/udev, and then make the symlink? Seems fairly simple to me, >>> but maybe I'm overlooking something? >> >> You are overlooking conflicts introduced th

[gentoo-dev] Re: rfc: udev-rules.eclass

2012-07-12 Thread Jonathan Callen
On 07/12/2012 05:09 PM, Samuli Suominen wrote: > @@ -33,10 +35,14 @@ > # Get unprefixed udev rules directory. > _udev_get_rulesdir() { > local dir > - if has_version ' - dir=/lib/udev/rules.d > + if "$($(tc-getPKG_CONFIG) --exists udev)"; then This should probably be: