commit: 077e642c4003d36cb39a55cc8195732d55cb8c50
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 24 14:25:06 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 24 15:53:10 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=077e642c
app-shells/tcsh: [QA] Use relative symlink target(s)
app-shells/tcsh/tcsh-6.20.00.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-shells/tcsh/tcsh-6.20.00.ebuild
b/app-shells/tcsh/tcsh-6.20.00.ebuild
index 7f54dbfaf36..f78c18beaf4 100644
--- a/app-shells/tcsh/tcsh-6.20.00.ebuild
+++ b/app-shells/tcsh/tcsh-6.20.00.ebuild
@@ -97,5 +97,5 @@ src_install() {
"${CONFDIR}"/csh.login
# bug #119703: add csh -> tcsh symlink
- dosym /bin/tcsh /bin/csh
+ dosym tcsh /bin/csh
}