Skip to content

Commit

Permalink
msmtp: Create /usr/bin/sendmail symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed May 24, 2018
1 parent df74a58 commit 4a52f89
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions msmtp.be0
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,10 @@ SRCURL[0]="https://sourceforge.net/projects/msmtp/files/msmtp/${PKGVERSION}/msmt
# bee_build
#}

#mee_install() {
# bee_install
#}
mee_install() {
bee_install
ln -s msmtp ${D}${BINDIR}/sendmail
}
## by default this may be 'make install DESTDIR="${D}"'

###############################################################################
Expand Down

0 comments on commit 4a52f89

Please sign in to comment.