app-editors/ted: [QA] Use relative symlink target(s)
authorMichał Górny <mgorny@gentoo.org>
Wed, 23 Aug 2017 15:55:58 +0000 (17:55 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 23 Aug 2017 16:07:04 +0000 (18:07 +0200)
app-editors/ted/ted-2.23.ebuild

index a72197e9a326707b27c66eec1d4eed363721807e..790d41379b1d98b345282033fbaf2e0e246c80d3 100644 (file)
@@ -62,5 +62,5 @@ src_compile() {
 
 src_install() {
        default
-       dosym /usr/share/Ted/examples/rtf2pdf.sh /usr/bin/rtf2pdf.sh
+       dosym ../share/Ted/examples/rtf2pdf.sh /usr/bin/rtf2pdf.sh
 }