[rancid] try using configure options to get sbindir in the config file

David Brown dmlb2000 at fedoraproject.org
Sun May 11 23:01:06 UTC 2014


commit be4ff479dab5292c93231242d0ac9a1125a6ae8f
Author: David Brown <david.brown at pnnl.gov>
Date:   Sun May 11 15:26:35 2014 -0700

    try using configure options to get sbindir in the config file

 rancid.spec |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/rancid.spec b/rancid.spec
index 34a3916..a6c0fec 100644
--- a/rancid.spec
+++ b/rancid.spec
@@ -45,6 +45,7 @@ including software and hardware (cards, serial numbers, etc) and uses CVS
 %configure \
     --sysconfdir=%{_sysconfdir}/%{name} \
     --bindir=%{_libexecdir}/%{name} \
+    --sbindir=%{_sbindir} \
     --libdir=%{perl_vendorlib} \
     --enable-conf-install
 make %{?_smp_mflags}


More information about the scm-commits mailing list