commit: 246106225d9b9f2a294a0da9ada3ec16e823e0d9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 23 15:55:58 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug 23 16:07:04 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24610622
app-editors/ted: [QA] Use relative symlink target(s)
app-editors/ted/ted-2.23.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/ted/ted-2.23.ebuild b/app-editors/ted/ted-2.23.ebuild
index a72197e9a32..790d41379b1 100644
--- a/app-editors/ted/ted-2.23.ebuild
+++ b/app-editors/ted/ted-2.23.ebuild
@@ -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
}