diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-08-24 16:25:06 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-08-24 17:53:10 +0200 |
commit | 077e642c4003d36cb39a55cc8195732d55cb8c50 (patch) | |
tree | 8f6b614cea5a6221ac79b0baf81d21ddcc207cc7 /app-shells/tcsh | |
parent | app-office/lyx: [QA] Use relative symlink target(s) (diff) | |
download | gentoo-077e642c4003d36cb39a55cc8195732d55cb8c50.tar.gz gentoo-077e642c4003d36cb39a55cc8195732d55cb8c50.tar.bz2 gentoo-077e642c4003d36cb39a55cc8195732d55cb8c50.zip |
app-shells/tcsh: [QA] Use relative symlink target(s)
Diffstat (limited to 'app-shells/tcsh')
-rw-r--r-- | app-shells/tcsh/tcsh-6.20.00.ebuild | 2 |
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 } |