commit:     751a6abcae3933f32aa8650964a4c9330192c2a9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 31 08:01:49 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan 31 08:08:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=751a6abc

mail-client/mutt: Fix AbsoluteSymlink

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 mail-client/mutt/mutt-1.10.1.ebuild    | 4 ++--
 mail-client/mutt/mutt-1.11.4.ebuild    | 4 ++--
 mail-client/mutt/mutt-1.12.1.ebuild    | 4 ++--
 mail-client/mutt/mutt-1.12.2-r1.ebuild | 4 ++--
 mail-client/mutt/mutt-1.12.2-r2.ebuild | 4 ++--
 mail-client/mutt/mutt-1.13.1.ebuild    | 4 ++--
 6 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/mail-client/mutt/mutt-1.10.1.ebuild 
b/mail-client/mutt/mutt-1.10.1.ebuild
index 44ce4713c44..b61d695b111 100644
--- a/mail-client/mutt/mutt-1.10.1.ebuild
+++ b/mail-client/mutt/mutt-1.10.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -223,7 +223,7 @@ src_install() {
 
        # A newer file is provided by app-misc/mime-types. So we link it.
        rm "${ED}"/etc/${PN}/mime.types
-       dosym "${EPREFIX}"/etc/mime.types /etc/${PN}/mime.types
+       dosym ../mime.types /etc/${PN}/mime.types
 
        # A man-page is always handy, so fake one
        if use !doc; then

diff --git a/mail-client/mutt/mutt-1.11.4.ebuild 
b/mail-client/mutt/mutt-1.11.4.ebuild
index 9a75061ed7c..0b9a1ff5ceb 100644
--- a/mail-client/mutt/mutt-1.11.4.ebuild
+++ b/mail-client/mutt/mutt-1.11.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -225,7 +225,7 @@ src_install() {
 
        # A newer file is provided by app-misc/mime-types. So we link it.
        rm "${ED}"/etc/${PN}/mime.types
-       dosym "${EPREFIX}"/etc/mime.types /etc/${PN}/mime.types
+       dosym ../mime.types /etc/${PN}/mime.types
 
        # A man-page is always handy, so fake one
        if use !doc; then

diff --git a/mail-client/mutt/mutt-1.12.1.ebuild 
b/mail-client/mutt/mutt-1.12.1.ebuild
index c6dbb769306..9520c1c482d 100644
--- a/mail-client/mutt/mutt-1.12.1.ebuild
+++ b/mail-client/mutt/mutt-1.12.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -226,7 +226,7 @@ src_install() {
 
        # A newer file is provided by app-misc/mime-types. So we link it.
        rm "${ED}"/etc/${PN}/mime.types
-       dosym "${EPREFIX}"/etc/mime.types /etc/${PN}/mime.types
+       dosym ../mime.types /etc/${PN}/mime.types
 
        # A man-page is always handy, so fake one
        if use !doc; then

diff --git a/mail-client/mutt/mutt-1.12.2-r1.ebuild 
b/mail-client/mutt/mutt-1.12.2-r1.ebuild
index b246b32c07b..cfee64ff6e1 100644
--- a/mail-client/mutt/mutt-1.12.2-r1.ebuild
+++ b/mail-client/mutt/mutt-1.12.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -226,7 +226,7 @@ src_install() {
 
        # A newer file is provided by app-misc/mime-types. So we link it.
        rm "${ED}"/etc/${PN}/mime.types
-       dosym "${EPREFIX}"/etc/mime.types /etc/${PN}/mime.types
+       dosym ../mime.types /etc/${PN}/mime.types
 
        # A man-page is always handy, so fake one
        if use !doc; then

diff --git a/mail-client/mutt/mutt-1.12.2-r2.ebuild 
b/mail-client/mutt/mutt-1.12.2-r2.ebuild
index 77e56912372..71fedef1a7f 100644
--- a/mail-client/mutt/mutt-1.12.2-r2.ebuild
+++ b/mail-client/mutt/mutt-1.12.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -220,7 +220,7 @@ src_install() {
 
        # A newer file is provided by app-misc/mime-types. So we link it.
        rm "${ED}"/etc/${PN}/mime.types
-       dosym "${EPREFIX}"/etc/mime.types /etc/${PN}/mime.types
+       dosym ../mime.types /etc/${PN}/mime.types
 
        # A man-page is always handy, so fake one
        if use !doc; then

diff --git a/mail-client/mutt/mutt-1.13.1.ebuild 
b/mail-client/mutt/mutt-1.13.1.ebuild
index cede0e80d77..c22bedfc03d 100644
--- a/mail-client/mutt/mutt-1.13.1.ebuild
+++ b/mail-client/mutt/mutt-1.13.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -208,7 +208,7 @@ src_install() {
 
        # A newer file is provided by app-misc/mime-types. So we link it.
        rm "${ED}"/etc/${PN}/mime.types
-       dosym "${EPREFIX}"/etc/mime.types /etc/${PN}/mime.types
+       dosym ../mime.types /etc/${PN}/mime.types
 
        # nuke manpages that should be provided by an MTA, bug #177605
        rm "${ED}"/usr/share/man/man5/{mbox,mmdf}.5 \

Reply via email to