summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2012-08-08 13:35:48 -0500
committerWilliam Hubbs <williamh@gentoo.org>2012-08-08 13:35:48 -0500
commit240bc47caf46485cfe40b2196e208870114accee (patch)
treec7872d8e70b5a5fae2d253a1c2346534ce883021 /Makefile
parentrelease udev-init-scripts-15 (diff)
downloadudev-gentoo-scripts-240bc47caf46485cfe40b2196e208870114accee.tar.gz
udev-gentoo-scripts-240bc47caf46485cfe40b2196e208870114accee.tar.bz2
udev-gentoo-scripts-240bc47caf46485cfe40b2196e208870114accee.zip
Revert "move back to /lib/udev"
This reverts commit c21655268bd42d668a1d01460133f93deaa1b3a8. Packages in gentoo are being updated to install things in /usr/lib/udev where they belong.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b76a11c..0be0390 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ PACKAGE = udev-init-scripts
VERSION = 15
DISTNAME = $(PACKAGE)-$(VERSION)
-LIBUDEV ?= /lib/udev
+LIBUDEV ?= /usr/lib/udev
RULESDIR ?= $(LIBUDEV)/rules.d
SYSCONFDIR ?= /etc
CONFD ?= $(SYSCONFDIR)/conf.d