summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-support/dovecot/dovecot_2.3.20.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/dovecot/dovecot_2.3.20.bb b/meta-networking/recipes-support/dovecot/dovecot_2.3.20.bb
index 7729bb4a8b..effde16a9c 100644
--- a/meta-networking/recipes-support/dovecot/dovecot_2.3.20.bb
+++ b/meta-networking/recipes-support/dovecot/dovecot_2.3.20.bb
@@ -48,6 +48,7 @@ SYSTEMD_SERVICE:${PN} = "dovecot.service dovecot.socket"
48SYSTEMD_AUTO_ENABLE = "disable" 48SYSTEMD_AUTO_ENABLE = "disable"
49 49
50do_install:append () { 50do_install:append () {
51 rm -rf ${D}${libdir}/dovecot/dovecot-config
51 install -d 755 ${D}/etc/dovecot 52 install -d 755 ${D}/etc/dovecot
52 touch 644 ${D}/etc/dovecot/dovecot.conf 53 touch 644 ${D}/etc/dovecot/dovecot.conf
53 if [ "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" ]; then 54 if [ "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" ]; then