On Thu, Jul 12, 2012 at 3:58 PM, Samuli Suominen <ssuomi...@gentoo.org> wrote: > Please don't hardcode the path like this, use pkg-config instead: > > inherit toolchain-funcs > > dir="$($(tc-getPKG_CONFIG) --variable=udevdir udev)/rules.d" >
Heh, I didn't realize udev installed a pkg-config file for that. Nice.