diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2023-02-17 19:57:24 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rspamd.com> | 2023-02-17 19:57:24 +0000 |
commit | 88ba95f013ec6c80b58ce93e93725d16f0eb4ef4 (patch) | |
tree | 8b51fbdb7d8ff1dbfc25d39709d12fd816417afd /debian | |
parent | 1a95a71658ee6c667423f427359a3af507f3ab50 (diff) | |
download | rspamd-88ba95f013ec6c80b58ce93e93725d16f0eb4ef4.tar.gz rspamd-88ba95f013ec6c80b58ce93e93725d16f0eb4ef4.zip |
[Minor] Fix permissions in the asan package
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index f4c922447..ce3ebf488 100755 --- a/debian/rules +++ b/debian/rules @@ -88,3 +88,5 @@ override_dh_fixperms: dh_fixperms chmod 750 $(CURDIR)/debian/rspamd/var/lib/rspamd chmod 750 $(CURDIR)/debian/rspamd/var/log/rspamd + chmod 750 $(CURDIR)/debian/rspamd-asan/var/lib/rspamd + chmod 750 $(CURDIR)/debian/rspamd-asan/var/log/rspamd |