summaryrefslogtreecommitdiffstats
path: root/recipes-extended/msmtp/msmtp_1.4.12.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/msmtp/msmtp_1.4.12.bb')
-rw-r--r--recipes-extended/msmtp/msmtp_1.4.12.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/msmtp/msmtp_1.4.12.bb b/recipes-extended/msmtp/msmtp_1.4.12.bb
index e03d432..21d9f81 100644
--- a/recipes-extended/msmtp/msmtp_1.4.12.bb
+++ b/recipes-extended/msmtp/msmtp_1.4.12.bb
@@ -24,12 +24,12 @@ PACKAGECONFIG[libidn] = "--with-libidn,--without-libidn,libidn"
24 24
25inherit gettext autotools update-alternatives 25inherit gettext autotools update-alternatives
26 26
27ALTERNATIVE_${PN} = "sendmail" 27ALTERNATIVE:${PN} = "sendmail"
28ALTERNATIVE_TARGET[sendmail] = "${bindir}/msmtp" 28ALTERNATIVE_TARGET[sendmail] = "${bindir}/msmtp"
29ALTERNATIVE_LINK_NAME[sendmail] = "${sbindir}/sendmail" 29ALTERNATIVE_LINK_NAME[sendmail] = "${sbindir}/sendmail"
30ALTERNATIVE_PRIORITY = "100" 30ALTERNATIVE_PRIORITY = "100"
31 31
32pkg_postinst_${PN}_linuxstdbase () { 32pkg_postinst:${PN}:linuxstdbase () {
33 # /usr/lib/sendmail is required by LSB specification 33 # /usr/lib/sendmail is required by LSB specification
34 [ ! -L $D/usr/lib/sendmail ] && ln -sf ${sbindir}/sendmail $D/usr/lib 34 [ ! -L $D/usr/lib/sendmail ] && ln -sf ${sbindir}/sendmail $D/usr/lib
35} 35}