Skip to content

Commit

Permalink
mail-client/mutt: Fix AbsoluteSymlink
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Jan 31, 2020
1 parent bb051d3 commit 751a6ab
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions mail-client/mutt/mutt-1.10.1.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions mail-client/mutt/mutt-1.11.4.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions mail-client/mutt/mutt-1.12.1.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions mail-client/mutt/mutt-1.12.2-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions mail-client/mutt/mutt-1.12.2-r2.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions mail-client/mutt/mutt-1.13.1.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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 \
Expand Down

0 comments on commit 751a6ab

Please sign in to comment.