From e927bf39fc8e01ee5bec7734b50c2b2e76c6330b Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Thu, 3 May 2012 10:15:47 +0200 Subject: Fix typo in spec file --- contrib/sssd.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index 43beca52d..e5a4ed523 100644 --- a/contrib/sssd.spec.in +++ b/contrib/sssd.spec.in @@ -221,7 +221,7 @@ autoreconf -ivf %configure \ --with-db-path=%{dbpath} \ - --with-mcache-path=%(mcpath) \ + --with-mcache-path=%{mcpath} \ --with-pipe-path=%{pipepath} \ --with-pubconf-path=%{pubconfpath} \ --with-init-dir=%{_initrddir} \ -- cgit