From: Kay Sievers Date: Fri, 19 Jun 2009 09:49:11 +0000 (+0200) Subject: INSTALL: use /sbin instead of %{sbindir} X-Git-Tag: 174~938 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22e8ccdc02c7bf2e487f5422a7a41bbe6e26962b;p=systemd INSTALL: use /sbin instead of %{sbindir} --- diff --git a/INSTALL b/INSTALL index 7894555d..02ad55fe 100644 --- a/INSTALL +++ b/INSTALL @@ -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 \