diff --git a/cyrus-imapd.spec b/cyrus-imapd.spec index d214189..c2d7477 100644 --- a/cyrus-imapd.spec +++ b/cyrus-imapd.spec @@ -32,7 +32,7 @@ Source15: cyrus-imapd.cron-daily Source16: README.rpm Source17: cyrus-imapd.service Source18: cyrus-imapd-init.service -Source24: cyr_systemd_helper +Source19: cyr_systemd_helper # Dependency notes: # * clamav-devel and mariadb-devel removed because they both depend on @@ -290,7 +290,7 @@ END install -p -D -m 644 %SOURCE17 %buildroot/%_unitdir/cyrus-imapd.service install -p -D -m 644 %SOURCE18 %buildroot/%_unitdir/cyrus-imapd-init.service -install -p -D -m 755 %SOURCE24 %buildroot/%cyrexecdir/cyr_systemd_helper +install -p -D -m 755 %SOURCE19 %buildroot/%cyrexecdir/cyr_systemd_helper # Cleanup of doc dir find doc perl -name CVS -type d -prune -exec rm -rf {} \;