diff options
-rw-r--r-- | contrib/sssd.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
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} \ |