Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/udev-gentoo-scripts:master commit in: /
Date: Tue, 31 Jul 2012 18:19:52
Message-Id: 1343758737.3d0d5ba3a114abdabb8c5122052e456f1bd08c42.WilliamH@gentoo
1 commit: 3d0d5ba3a114abdabb8c5122052e456f1bd08c42
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 31 18:18:57 2012 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 31 18:18:57 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/udev-gentoo-scripts.git;a=commit;h=3d0d5ba3
7
8 install rules and helpers in /usr/lib/udev
9
10 ---
11 Makefile | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/Makefile b/Makefile
15 index ba86802..47a5d74 100644
16 --- a/Makefile
17 +++ b/Makefile
18 @@ -2,7 +2,7 @@ PACKAGE = udev-init-scripts
19 VERSION = 13
20 DISTNAME = $(PACKAGE)-$(VERSION)
21
22 -LIBUDEV ?= /lib/udev
23 +LIBUDEV ?= /usr/lib/udev
24 RULESDIR ?= $(LIBUDEV)/rules.d
25 SYSCONFDIR ?= /etc
26 CONFD ?= $(SYSCONFDIR)/conf.d