app-shells/tcsh: [QA] Use relative symlink target(s)
authorMichał Górny <mgorny@gentoo.org>
Thu, 24 Aug 2017 14:25:06 +0000 (16:25 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 24 Aug 2017 15:53:10 +0000 (17:53 +0200)
app-shells/tcsh/tcsh-6.20.00.ebuild

index 7f54dbfaf363ff39c89937e13b4391713010cb1c..f78c18beaf4de040f22b26da38e13aecc00ccf39 100644 (file)
@@ -97,5 +97,5 @@ src_install() {
                "${CONFDIR}"/csh.login
 
        # bug #119703: add csh -> tcsh symlink
-       dosym /bin/tcsh /bin/csh
+       dosym tcsh /bin/csh
 }