diff options
author | Sumit Bose <sbose@redhat.com> | 2012-05-03 10:15:47 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-05-03 11:46:18 -0400 |
commit | e927bf39fc8e01ee5bec7734b50c2b2e76c6330b (patch) | |
tree | 164eec9ab07509c1df89e3afe070d6a30192596d | |
parent | cff916f5352fe7c3a679571130090efdb935618a (diff) | |
download | sssd-e927bf39fc8e01ee5bec7734b50c2b2e76c6330b.tar.gz sssd-e927bf39fc8e01ee5bec7734b50c2b2e76c6330b.tar.xz sssd-e927bf39fc8e01ee5bec7734b50c2b2e76c6330b.zip |
Fix typo in spec file
-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} \ |