summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 5fa900b190..59abf7c92f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -4,7 +4,7 @@ The options used used usually look like:
--sysconfdir=/etc \
--bindir=/usr/bin \
--libdir=/usr/lib64 \
- --libexecdir=/usr/lib/udev \
+ --libexecdir=/usr/lib \
--with-systemdsystemunitdir=/usr/lib/systemd/system \
--with-selinux
@@ -14,7 +14,7 @@ The options used in a RPM spec file look like:
--sysconfdir=%{_sysconfdir} \
--bindir=%{_bindir} \
--libdir=%{_libdir} \
- --libexecdir=%{_prefix}/lib/udev \
+ --libexecdir=%{_prefix}/lib \
--with-systemdsystemunitdir=%{_prefix}/lib/systemd/system \
--with-selinux
@@ -26,7 +26,7 @@ and udevadm in /sbin:
--bindir=/sbin \
--libdir=%{_libdir} \
--with-rootlibdir=/lib64 \
- --libexecdir=/lib/udev \
+ --libexecdir=/lib \
--with-systemdsystemunitdir=/lib/systemd/system \
--with-selinux