diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-08-23 17:55:58 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-08-23 18:07:04 +0200 |
commit | 246106225d9b9f2a294a0da9ada3ec16e823e0d9 (patch) | |
tree | 03a23303f33cd5b19d105906386c617b9e1ba8a1 /app-editors/ted | |
parent | app-editors/scite: [QA] Use relative symlink target(s) (diff) | |
download | gentoo-246106225d9b9f2a294a0da9ada3ec16e823e0d9.tar.gz gentoo-246106225d9b9f2a294a0da9ada3ec16e823e0d9.tar.bz2 gentoo-246106225d9b9f2a294a0da9ada3ec16e823e0d9.zip |
app-editors/ted: [QA] Use relative symlink target(s)
Diffstat (limited to 'app-editors/ted')
-rw-r--r-- | app-editors/ted/ted-2.23.ebuild | 2 |
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 a72197e9a326..790d41379b1d 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 } |