summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-31 09:01:49 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-31 09:08:01 +0100
commit751a6abcae3933f32aa8650964a4c9330192c2a9 (patch)
treeaf7745dad92b4922fbe74a10ff87783d0a25a77e /mail-client/mutt/mutt-1.12.2-r2.ebuild
parentdev-libs/hsa-ext-rocr: Fix dosym calls (diff)
downloadgentoo-751a6abcae3933f32aa8650964a4c9330192c2a9.tar.gz
gentoo-751a6abcae3933f32aa8650964a4c9330192c2a9.tar.bz2
gentoo-751a6abcae3933f32aa8650964a4c9330192c2a9.zip
mail-client/mutt: Fix AbsoluteSymlink
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'mail-client/mutt/mutt-1.12.2-r2.ebuild')
-rw-r--r--mail-client/mutt/mutt-1.12.2-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-client/mutt/mutt-1.12.2-r2.ebuild b/mail-client/mutt/mutt-1.12.2-r2.ebuild
index 77e569123721..71fedef1a7f8 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