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, 06 Sep 2011 16:27:24
Message-Id: 1f19637fa837356738cbafbff42a3247355ce671.WilliamH@gentoo
1 commit: 1f19637fa837356738cbafbff42a3247355ce671
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 6 16:26:08 2011 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 6 16:26:08 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/udev-gentoo-scripts.git;a=commit;h=1f19637f
7
8 Add LIBDIR variable to Makefile
9
10 ---
11 Makefile | 3 ++-
12 1 files changed, 2 insertions(+), 1 deletions(-)
13
14 diff --git a/Makefile b/Makefile
15 index 67ef236..fed89ed 100644
16 --- a/Makefile
17 +++ b/Makefile
18 @@ -1,4 +1,5 @@
19 -LIBUDEV ?= /lib/udev
20 +LIBDIR ?= /lib
21 +LIBUDEV ?= $(LIBDIR)/udev
22 RULESDIR ?= $(LIBUDEV)/rules.d
23 SYSCONFDIR ?= /etc
24 CONFD ?= $(SYSCONFDIR)/conf.d