From 22e8ccdc02c7bf2e487f5422a7a41bbe6e26962b Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Fri, 19 Jun 2009 11:49:11 +0200 Subject: [PATCH] INSTALL: use /sbin instead of %{sbindir} --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 7894555df..02ad55fe4 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 \ -- 2.30.2