Skip to content

msmtp: Create symlinks /usr/sbin/sendmail and /usr/lib/sendmail #788

Merged
merged 1 commit into from
May 24, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion msmtp.be0
Original file line number Diff line number Diff line change
@@ -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}"'