diff --git a/fedora/SPECS/mod_tile.spec b/fedora/SPECS/mod_tile.spec index eddaa09..e88e568 100644 --- a/fedora/SPECS/mod_tile.spec +++ b/fedora/SPECS/mod_tile.spec @@ -43,6 +43,7 @@ at compile time, see: render_config.h %{__make} install DESTDIR=%{buildroot} %{__make} install-%{name} DESTDIR=%{buildroot} %{__install} -D %{S:1} %{buildroot}%{_sysconfdir}/httpd/conf.module.d/10-tile.conf + %post if [ $1 -eq 1 ]; then /usr/bin/systemctl reload httpd.service >/dev/null 2>&1 || :