mail-client/mutt: Fix AbsoluteSymlink
authorMichał Górny <mgorny@gentoo.org>
Fri, 31 Jan 2020 08:01:49 +0000 (09:01 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 31 Jan 2020 08:08:01 +0000 (09:08 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
mail-client/mutt/mutt-1.10.1.ebuild
mail-client/mutt/mutt-1.11.4.ebuild
mail-client/mutt/mutt-1.12.1.ebuild
mail-client/mutt/mutt-1.12.2-r1.ebuild
mail-client/mutt/mutt-1.12.2-r2.ebuild
mail-client/mutt/mutt-1.13.1.ebuild

index 44ce4713c44d5212ddd510b1de03ca7e97c2e167..b61d695b1112c99d9340195fa449bcacc1d89e4d 100644 (file)
@@ -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
index 9a75061ed7ca09ef33f3a6a4da434e281ecafdbd..0b9a1ff5ceb948a187fa75a236970af3a571a7b2 100644 (file)
@@ -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
index c6dbb7693066de25b16d790d047d42b3e157e392..9520c1c482d9073a32e7f79a480b821d0991a74f 100644 (file)
@@ -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
index b246b32c07b2f790090bf9454f3f2e0abe1dde12..cfee64ff6e1ea108e668b3248e2ed8a85776f3b5 100644 (file)
@@ -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
index 77e56912372183ea3782224b97d4bd825f177d1d..71fedef1a7f80cdf68f2e7b4f814871c179b4b41 100644 (file)
@@ -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
index cede0e80d77b7da32f16501584b73c546f83979c..c22bedfc03dee51b19c4a74a9200039dd8e42586 100644 (file)
@@ -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 \