chiark / gitweb /
INSTALL: use /sbin instead of %{sbindir}
authorKay Sievers <kay.sievers@vrfy.org>
Fri, 19 Jun 2009 09:49:11 +0000 (11:49 +0200)
committerKay Sievers <kay.sievers@vrfy.org>
Fri, 19 Jun 2009 09:49:11 +0000 (11:49 +0200)
INSTALL

diff --git a/INSTALL b/INSTALL
index 7894555df84d2ea9f02f34e7aef275687b56f036..02ad55fe471139bb342d0687f86f170664e56a80 100644 (file)
--- 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 \