summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2011-04-30 22:10:42 +0200
committerMatthias Schwarzott <zzam@gentoo.org>2011-05-14 15:31:51 +0200
commitce96613ac52beeb84a57a127b0ea8d292010de62 (patch)
treeb882d4ab5843c573222388f8d76a0f3f8df7cf2c /Makefile
parentChange DESTDIR handling (diff)
downloadudev-gentoo-scripts-ce96613ac52beeb84a57a127b0ea8d292010de62.tar.gz
udev-gentoo-scripts-ce96613ac52beeb84a57a127b0ea8d292010de62.tar.bz2
udev-gentoo-scripts-ce96613ac52beeb84a57a127b0ea8d292010de62.zip
Let udev install its files into /lib/udev and not /lib64/udev
X-Gentoo-Bug: 364375 X-Gentoo-Bug-Url: http://bugs.gentoo.org/show_bug.cgi?id=364375
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 29fccb8..0ea6f35 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
DESTDIR ?=
LIBDIR ?= lib
-LIBUDEV ?= /$(LIBDIR)/udev
+LIBUDEV ?= /lib/udev
RULESDIR ?= $(LIBUDEV)/rules.d
MODPROBE_DIR ?= /etc/modprobe.d
INITD ?= /etc/init.d