diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2011-09-15 15:52:15 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-09-15 15:52:37 -0400 |
commit | fc9ee636d63e58db4c05109ad6045add234c9f1f (patch) | |
tree | 8548ac09230491ca014e64a002de81cbab9bbd4d /contrib | |
parent | e2986bbe269ce93fc4a60f57e962fb9e2ebbddac (diff) | |
download | sssd-fc9ee636d63e58db4c05109ad6045add234c9f1f.tar.gz sssd-fc9ee636d63e58db4c05109ad6045add234c9f1f.tar.bz2 sssd-fc9ee636d63e58db4c05109ad6045add234c9f1f.zip |
Fix typo in specfile
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/sssd.spec.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index aae4c427..18e2ef56 100644 --- a/contrib/sssd.spec.in +++ b/contrib/sssd.spec.in @@ -182,11 +182,11 @@ make %{?_smp_mflags} all # Only build docs on recent distros -%if 0{?fedora} +%if 0%{?fedora} make %{?_smp_mflags} docs %endif -%if 0{?rhel} >= 6 +%if 0%{?rhel} >= 6 make %{?_smp_mflags} docs %endif |