From 1f4e2fdc2a43935810f43e9c2795069e6fcca011 Mon Sep 17 00:00:00 2001 From: Scott James Remnant Date: Wed, 7 Jan 2009 19:23:51 +0100 Subject: [PATCH 30/48] install udev rule to /lib/udev/rules.d/ --- tools/linux/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/linux/Makefile.am b/tools/linux/Makefile.am index 426078d..768c92e 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 = $(sysconfdir)/udev/rules.d +udevrulesdir = /lib/udev/rules.d udevrules_DATA = 90-hal.rules -- 1.6.1.2