summaryrefslogtreecommitdiff
path: root/app-editors/ted
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-08-23 17:55:58 +0200
committerMichał Górny <mgorny@gentoo.org>2017-08-23 18:07:04 +0200
commit246106225d9b9f2a294a0da9ada3ec16e823e0d9 (patch)
tree03a23303f33cd5b19d105906386c617b9e1ba8a1 /app-editors/ted
parent7169065f3cc96315d71c26ddeb0881f7b90e0110 (diff)
downloadgentoo-246106225d9b9f2a294a0da9ada3ec16e823e0d9.tar.gz
gentoo-246106225d9b9f2a294a0da9ada3ec16e823e0d9.tar.xz
app-editors/ted: [QA] Use relative symlink target(s)
Diffstat (limited to 'app-editors/ted')
-rw-r--r--app-editors/ted/ted-2.23.ebuild2
1 files changed, 1 insertions, 1 deletions
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
}