summaryrefslogtreecommitdiffstats
path: root/centos/rspamd.spec
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2017-08-11 17:05:27 +0200
committerAndrew Lewis <nerf@judo.za.org>2017-08-11 17:06:33 +0200
commit6333f9b5cd3682201d4f121c63ba0b70cb4bdaff (patch)
tree89342bc1c42dec760e0f9155532d975a3a47cfc5 /centos/rspamd.spec
parent6f45464121b10a66e7fb2d5c4d2070739437daf2 (diff)
downloadrspamd-6333f9b5cd3682201d4f121c63ba0b70cb4bdaff.tar.gz
rspamd-6333f9b5cd3682201d4f121c63ba0b70cb4bdaff.zip
[Fix] RPM postinstall
- Fixes: #1696
Diffstat (limited to 'centos/rspamd.spec')
-rw-r--r--centos/rspamd.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/centos/rspamd.spec b/centos/rspamd.spec
index 9f2ff5f18..f080460c9 100644
--- a/centos/rspamd.spec
+++ b/centos/rspamd.spec
@@ -146,7 +146,7 @@ systemctl --no-reload preset %{name}.service >/dev/null 2>&1 || :
%if 0%{?el6}
/sbin/chkconfig --add %{name}
%else
-%{__chown} %{rspamd_user}:%{rspamd_group} %{buildroot}%{rspamd_logdir}
+%{__chown} %{rspamd_user}:%{rspamd_group} %{rspamd_logdir}
%endif
%preun