Fixed an issue reported by Graeme Hattan that the udev
authorBernd Porr <berndporr@f2s.com>
Mon, 23 Apr 2012 12:15:03 +0000 (13:15 +0100)
committerBernd Porr <berndporr@f2s.com>
Mon, 23 Apr 2012 12:15:03 +0000 (13:15 +0100)
commit1d86853f1b5995fa8386de277a1561bdbb8f5ee3
tree39dd81e6726abc832ead3e10ba524fd72e35c970
parent456421c4f6ea59528894918fc6dc73530f2dbd84
Fixed an issue reported by Graeme Hattan that the udev
rules were installed in the etc directory and not the lib.
See also:
http://lintian.debian.org/tags/udev-rule-in-etc.html
./configure --with-udev-hotplug=/lib places now all
files in /lib. The scripts were wrongly prefixed with the
sysconf directory which is /etc but should be /lib.
The directory is now also taken from --with-udev-hotplug=/lib.
configure.ac