diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:32:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:32:03 +0000 |
commit | ed9bfdef97faa98cf48e9e6d9c1f94bd2946288b (patch) | |
tree | 6aff060f70517f90def1e6c02a99ada374f7b812 /debian/rules | |
parent | Merging upstream version 1:2.3.21.1+dfsg1. (diff) | |
download | dovecot-ed9bfdef97faa98cf48e9e6d9c1f94bd2946288b.tar.xz dovecot-ed9bfdef97faa98cf48e9e6d9c1f94bd2946288b.zip |
Merging debian version 1:2.3.21.1+dfsg1-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 80c87e8..376d262 100755 --- a/debian/rules +++ b/debian/rules @@ -107,7 +107,7 @@ override_dh_autoreconf: dh_autoreconf debian/autogen.sh override_dh_auto_configure: - KRB5CONFIG=krb5-config.mit systemdsystemunitdir=/lib/systemd/system dh_auto_configure -- \ + KRB5CONFIG=krb5-config.mit systemdsystemunitdir=/usr/lib/systemd/system dh_auto_configure -- \ --with-ldap=plugin \ --with-ssl=openssl \ --with-sql=plugin \ @@ -171,7 +171,7 @@ override_dh_install: # or debian/ to the individual packages. NOTE: there is nothing in # debian/tmp! dh_install - install -D -o root -g root -m 0755 $(CORE_DIR)/usr/share/doc/dovecot-core/mkcert.sh \ + install -D -m 0755 $(CORE_DIR)/usr/share/doc/dovecot-core/mkcert.sh \ $(CORE_DIR)/usr/share/dovecot/mkcert.sh rm $(CORE_DIR)/usr/share/doc/dovecot-core/mkcert.sh rm $(CORE_DIR)/usr/share/doc/dovecot-core/dovecot-openssl.cnf |