aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2011-09-09 12:02:27 -0500
committerWilliam Hubbs <williamh@gentoo.org>2011-09-09 12:02:27 -0500
commite3f3ff48c14e0b90cf51f519d9e39471c9ef65ac (patch)
treefd57688f2d85be415b6d2eca38a551f12c3995d1
parentAdd LIBDIR variable to Makefile (diff)
downloadudev-gentoo-scripts-e3f3ff48c14e0b90cf51f519d9e39471c9ef65ac.tar.gz
udev-gentoo-scripts-e3f3ff48c14e0b90cf51f519d9e39471c9ef65ac.tar.bz2
udev-gentoo-scripts-e3f3ff48c14e0b90cf51f519d9e39471c9ef65ac.zip
Revert "Add LIBDIR variable to Makefile"
This reverts commit 1f19637fa837356738cbafbff42a3247355ce671. This is being reverted due to Matthias' request.
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fed89ed..67ef236 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,4 @@
-LIBDIR ?= /lib
-LIBUDEV ?= $(LIBDIR)/udev
+LIBUDEV ?= /lib/udev
RULESDIR ?= $(LIBUDEV)/rules.d
SYSCONFDIR ?= /etc
CONFD ?= $(SYSCONFDIR)/conf.d