hal: Branch 'master'
Richard Hughes
hughsient at kemper.freedesktop.org
Sat Feb 28 01:19:04 PST 2009
tools/linux/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b964fa179dce1cb2e2bee4091fc0c04eb5af6d5b
Author: Richard Hughes <richard at hughsie.com>
Date: Sat Feb 28 09:14:13 2009 +0000
allow specifying a udev dir in etc
Fedora still has udev rules dir as /etc/udev/rules.d, so remove the forced lib prefix
diff --git a/tools/linux/Makefile.am b/tools/linux/Makefile.am
index df0782c..484ae6a 100644
--- a/tools/linux/Makefile.am
+++ b/tools/linux/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
-udevrulesdir = $(udev_prefix)/lib/udev/rules.d
+udevrulesdir = $(udev_prefix)/udev/rules.d
udevrules_DATA = 90-hal.rules
More information about the hal-commit
mailing list