diff options
author | Mike Gilbert <floppym@gentoo.org> | 2020-09-14 13:38:21 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-09-14 13:38:21 -0400 |
commit | 51e62270509ecb22a5c2c40d5fbccabef0ff19a4 (patch) | |
tree | ff68eb41bc497f4e95d3eef249567e16fc22f41b /mail-mta/sendmail | |
parent | net-wireless/lorcon-old: Remove last-rited pkg (diff) | |
download | gentoo-51e62270509ecb22a5c2c40d5fbccabef0ff19a4.tar.gz gentoo-51e62270509ecb22a5c2c40d5fbccabef0ff19a4.tar.bz2 gentoo-51e62270509ecb22a5c2c40d5fbccabef0ff19a4.zip |
mail-mta/sendmail: use relative symlink for makemap
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'mail-mta/sendmail')
-rw-r--r-- | mail-mta/sendmail/sendmail-8.15.2-r2.ebuild | 2 | ||||
-rw-r--r-- | 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 99feb6efaa4e..d076d1380941 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 a8d095e81096..bd72f71759ce 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 |