diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2011-09-02 11:31:57 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-09-02 11:31:57 -0400 |
commit | 9135228669caa308bef109eec3710600362738b5 (patch) | |
tree | 6b6644289aa209c9357376c1fb47bb1d2dc511f2 /contrib/sssd.spec.in | |
parent | 4b6a0d0b3d42e5fdb457f47d9adfa5e66b160256 (diff) | |
download | sssd-9135228669caa308bef109eec3710600362738b5.tar.gz sssd-9135228669caa308bef109eec3710600362738b5.tar.xz sssd-9135228669caa308bef109eec3710600362738b5.zip |
Fix typo in %configure
Diffstat (limited to 'contrib/sssd.spec.in')
-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 ba908de24..b0eedd459 100644 --- a/contrib/sssd.spec.in +++ b/contrib/sssd.spec.in @@ -171,7 +171,7 @@ autoreconf -ivf --with-pipe-path=%{pipepath} \ --with-pubconf-path=%{pubconfpath} \ --with-init-dir=%{_initrddir} \ - --with-krb5rcache-dir=%{_localstatedir}/cache/krb5rcache \ + --with-krb5-rcache-dir=%{_localstatedir}/cache/krb5rcache \ --enable-nsslibdir=/%{_lib} \ --enable-pammoddir=/%{_lib}/security \ --disable-static \ |