diff options
Diffstat (limited to 'debian/rules')
-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 \ |