summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2011-09-15 15:52:15 -0400
committerStephen Gallagher <sgallagh@redhat.com>2011-09-15 15:52:37 -0400
commitfc9ee636d63e58db4c05109ad6045add234c9f1f (patch)
tree8548ac09230491ca014e64a002de81cbab9bbd4d /contrib
parente2986bbe269ce93fc4a60f57e962fb9e2ebbddac (diff)
downloadsssd-fc9ee636d63e58db4c05109ad6045add234c9f1f.tar.gz
sssd-fc9ee636d63e58db4c05109ad6045add234c9f1f.tar.xz
sssd-fc9ee636d63e58db4c05109ad6045add234c9f1f.zip
Fix typo in specfile
Diffstat (limited to 'contrib')
-rw-r--r--contrib/sssd.spec.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in
index aae4c4270..18e2ef569 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