diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-04-20 11:46:34 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-04-20 11:46:34 +0100 |
commit | 3a1ab1fb04fc2030776ad22d845f3c0c6ea77ace (patch) | |
tree | b9063bd31fb647c7c97cf2fafaee1d53d9e78f64 /pykolab.spec.in | |
parent | a752c475cda8cbb3b16a6204123810990f764488 (diff) | |
download | pykolab-3a1ab1fb04fc2030776ad22d845f3c0c6ea77ace.tar.gz |
Correct condition
Diffstat (limited to 'pykolab.spec.in')
-rw-r--r-- | pykolab.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pykolab.spec.in b/pykolab.spec.in index 08a9f17..f0017dc 100644 --- a/pykolab.spec.in +++ b/pykolab.spec.in @@ -119,7 +119,7 @@ This is the Kolab Content Filter, with plugins rm -rf %{buildroot} make install DESTDIR=%{buildroot} -%if 0{?fedora} > 15 +%if 0%{?fedora} >= 15 mkdir -p %{buildroot}/%{_unitdir} %{__install} -p -m 644 kolabd/kolabd.systemd %{buildroot}/%{_unitdir}/kolabd.service %{__install} -p -m 644 saslauthd/kolab-saslauthd.systemd %{buildroot}/%{_unitdir}/kolab-saslauthd.service |