aboutsummaryrefslogtreecommitdiff
blob: 7296cce12b1ced6a2c7e9a85199f760e95f066b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From 1f4e2fdc2a43935810f43e9c2795069e6fcca011 Mon Sep 17 00:00:00 2001
From: Scott James Remnant <scott@canonical.com>
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