]> source.dussan.org Git - rspamd.git/commitdiff
[Fix] RPM postinstall
authorAndrew Lewis <nerf@judo.za.org>
Fri, 11 Aug 2017 15:05:27 +0000 (17:05 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Mon, 28 Aug 2017 11:05:19 +0000 (13:05 +0200)
 - Fixes: #1696

centos/rspamd.spec

index 9f2ff5f1865330cf1b8817327eb72624a1a0f511..f080460c97a6169d9e59a70551161b746def1b48 100644 (file)
@@ -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