diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2012-01-05 19:13:41 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2012-01-05 19:13:41 +0100 |
commit | 1495719024cae87fd42167ec77691ebb64ba20d7 (patch) | |
tree | 2fe2069e9884e36a323957c68e1a8064447b1511 /INSTALL | |
parent | 16ab1f22fc8aba4b526761df6246263d4df32343 (diff) | |
download | systemd-1495719024cae87fd42167ec77691ebb64ba20d7.tar.gz |
build-sys: use --libexecdir=/usr/lib instead of /usr/lib/udev
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |