diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-26 07:55:18 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-26 07:55:18 +0000 |
commit | 80b6afbcf4ffd8c88e1fb72c7b21161c30fd58d5 (patch) | |
tree | b19030808a0040ff253e706b0adae14bdedfd87f /debian/rules | |
parent | Adding debian version 3.8.1-1. (diff) | |
download | rspamd-80b6afbcf4ffd8c88e1fb72c7b21161c30fd58d5.tar.xz rspamd-80b6afbcf4ffd8c88e1fb72c7b21161c30fd58d5.zip |
Adding debian version 3.8.1-1.1.debian/3.8.1-1.1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 4ada8a2..394b26c 100755 --- a/debian/rules +++ b/debian/rules @@ -39,7 +39,7 @@ override_dh_auto_configure: -DSHAREDIR=/usr/share/rspamd \ -DLIBDIR=/usr/lib/rspamd \ -DINCLUDEDIR=/usr/include \ - -DSYSTEMDDIR=/lib/systemd/system \ + -DSYSTEMDDIR=/usr/lib/systemd/system \ -DNO_SHARED=ON \ -DDEBIAN_BUILD=1 \ -DENABLE_JEMALLOC=ON \ |