commit: 84c0eb5f2b9ce24cd18612d6611da7d151fea0f3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 22 20:59:08 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 22 21:26:48 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84c0eb5f
app-dicts/myspell-ru: [QA] Use relative symlink target(s)
app-dicts/myspell-ru/myspell-ru-20150711-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-dicts/myspell-ru/myspell-ru-20150711-r1.ebuild
b/app-dicts/myspell-ru/myspell-ru-20150711-r1.ebuild
index 87ca5fbdc85..cb0e268cf3b 100644
--- a/app-dicts/myspell-ru/myspell-ru-20150711-r1.ebuild
+++ b/app-dicts/myspell-ru/myspell-ru-20150711-r1.ebuild
@@ -26,6 +26,6 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc
~ppc64 ~sh ~sparc ~x8
src_install() {
myspell-r2_src_install
- dosym /usr/share/hunspell/russian-aot.dic /usr/share/myspell/ru_RU.dic
- dosym /usr/share/hunspell/russian-aot.aff /usr/share/myspell/ru_RU.aff
+ dosym ../hunspell/russian-aot.dic /usr/share/myspell/ru_RU.dic
+ dosym ../hunspell/russian-aot.aff /usr/share/myspell/ru_RU.aff
}