summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-08-24 16:25:06 +0200
committerMichał Górny <mgorny@gentoo.org>2017-08-24 17:53:10 +0200
commit077e642c4003d36cb39a55cc8195732d55cb8c50 (patch)
tree8f6b614cea5a6221ac79b0baf81d21ddcc207cc7 /app-shells
parentapp-office/lyx: [QA] Use relative symlink target(s) (diff)
downloadgentoo-077e642c4003d36cb39a55cc8195732d55cb8c50.tar.gz
gentoo-077e642c4003d36cb39a55cc8195732d55cb8c50.tar.bz2
gentoo-077e642c4003d36cb39a55cc8195732d55cb8c50.zip
app-shells/tcsh: [QA] Use relative symlink target(s)
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/tcsh/tcsh-6.20.00.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/tcsh/tcsh-6.20.00.ebuild b/app-shells/tcsh/tcsh-6.20.00.ebuild
index 7f54dbfaf363..f78c18beaf4d 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
}