commit:     51e62270509ecb22a5c2c40d5fbccabef0ff19a4
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 14 17:38:21 2020 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Sep 14 17:38:21 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51e62270

mail-mta/sendmail: use relative symlink for makemap

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 mail-mta/sendmail/sendmail-8.15.2-r2.ebuild | 2 +-
 mail-mta/sendmail/sendmail-8.16.1.ebuild    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mail-mta/sendmail/sendmail-8.15.2-r2.ebuild 
b/mail-mta/sendmail/sendmail-8.15.2-r2.ebuild
index 99feb6efaa4..d076d138094 100644
--- a/mail-mta/sendmail/sendmail-8.15.2-r2.ebuild
+++ b/mail-mta/sendmail/sendmail-8.15.2-r2.ebuild
@@ -143,7 +143,7 @@ src_install() {
        fowners smmsp:smmsp /var/spool/clientmqueue
        fperms 770 /var/spool/clientmqueue
        fperms 700 /var/spool/mqueue
-       dosym /usr/sbin/makemap /usr/bin/makemap
+       dosym ../sbin/makemap /usr/bin/makemap
        dodoc FAQ KNOWNBUGS README RELEASE_NOTES doc/op/op.ps
        newdoc sendmail/README README.sendmail
        newdoc sendmail/SECURITY SECURITY

diff --git a/mail-mta/sendmail/sendmail-8.16.1.ebuild 
b/mail-mta/sendmail/sendmail-8.16.1.ebuild
index a8d095e8109..bd72f71759c 100644
--- a/mail-mta/sendmail/sendmail-8.16.1.ebuild
+++ b/mail-mta/sendmail/sendmail-8.16.1.ebuild
@@ -133,7 +133,7 @@ src_install() {
        fowners smmsp:smmsp /var/spool/clientmqueue
        fperms 770 /var/spool/clientmqueue
        fperms 700 /var/spool/mqueue
-       dosym /usr/sbin/makemap /usr/bin/makemap
+       dosym ../sbin/makemap /usr/bin/makemap
        dodoc FAQ KNOWNBUGS README RELEASE_NOTES doc/op/op.ps
 
        newdoc sendmail/README README.sendmail

Reply via email to