1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-23 21:35:11 +03:00

INSTALL: use /sbin instead of %{sbindir}

This commit is contained in:
Kay Sievers 2009-06-19 11:49:11 +02:00
parent 3b338b6bb9
commit 22e8ccdc02

View File

@ -35,7 +35,7 @@ The options used in a RPM spec file usually look like:
%configure \
--prefix=%{_prefix} \
--sysconfdir=%{_sysconfdir} \
--sbindir=%{_sbindir} \
--sbindir=/sbin \
--libdir=%{_libdir} \
--with-rootlibdir=/%{_lib} \
--libexecdir=/lib/udev \