diff --git a/msmtp.be0 b/msmtp.be0 index c47b968bc..f41678fb1 100755 --- a/msmtp.be0 +++ b/msmtp.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION msmtp-1.6.6-0 +# BEE_VERSION msmtp-1.6.6-1 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -58,6 +58,10 @@ SRCURL[0]="https://sourceforge.net/projects/msmtp/files/msmtp/${PKGVERSION}/msmt mee_install() { bee_install ln -s msmtp ${D}${BINDIR}/sendmail + mkdir -p ${D}${SBINDIR} + ln -s ${D}${BINDIR}/msmtp ${D}${SBINDIR}/sendmail + mkdir -p ${D}${LIBDIR} + ln -s ${D}${BINDIR}/msmtp ${D}${LIBDIR}/sendmail } ## by default this may be 'make install DESTDIR="${D}"'