This is a quick patch to let cmake respect the UDEV_RULES_PATH environment variable. On some systems, e.g. my gentoo box, would like the udev rules to be installed into /lib/udev instead of /etc/udev/ so I made this a patch to open up an interface to package maintainers.
This is a quick patch to let cmake respect the UDEV_RULES_PATH environment variable. On some systems, e.g. my gentoo box, would like the udev rules to be installed into
/lib/udev
instead of/etc/udev/
so I made this a patch to open up an interface to package maintainers.