summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2012-07-31 13:18:57 -0500
committerWilliam Hubbs <williamh@gentoo.org>2012-07-31 13:18:57 -0500
commit3d0d5ba3a114abdabb8c5122052e456f1bd08c42 (patch)
treeaf5c36360b1fe376e88c86f00ac7fbf5788925c9
parentAllow an optional wait for uevent processing (diff)
downloadudev-gentoo-scripts-3d0d5ba3a114abdabb8c5122052e456f1bd08c42.tar.gz
udev-gentoo-scripts-3d0d5ba3a114abdabb8c5122052e456f1bd08c42.tar.bz2
udev-gentoo-scripts-3d0d5ba3a114abdabb8c5122052e456f1bd08c42.zip
install rules and helpers in /usr/lib/udev
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ba86802..47a5d74 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ PACKAGE = udev-init-scripts
VERSION = 13
DISTNAME = $(PACKAGE)-$(VERSION)
-LIBUDEV ?= /lib/udev
+LIBUDEV ?= /usr/lib/udev
RULESDIR ?= $(LIBUDEV)/rules.d
SYSCONFDIR ?= /etc
CONFD ?= $(SYSCONFDIR)/conf.d