From 49f44be2e15aa6b7f9f1e04fe9ede7807f656cac Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 24 Aug 2017 16:14:47 +0200 Subject: app-office/lyx: [QA] Use relative symlink target(s) --- app-office/lyx/lyx-2.0.8.1-r1.ebuild | 4 ++-- app-office/lyx/lyx-2.1.5-r1.ebuild | 4 ++-- app-office/lyx/lyx-2.2.2-r1.ebuild | 4 ++-- app-office/lyx/lyx-2.2.3-r1.ebuild | 4 ++-- app-office/lyx/lyx-2.2.3.ebuild | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) (limited to 'app-office') diff --git a/app-office/lyx/lyx-2.0.8.1-r1.ebuild b/app-office/lyx/lyx-2.0.8.1-r1.ebuild index 1078ff7ee99a..96bc6149e56a 100644 --- a/app-office/lyx/lyx-2.0.8.1-r1.ebuild +++ b/app-office/lyx/lyx-2.0.8.1-r1.ebuild @@ -136,8 +136,8 @@ src_install() { python_fix_shebang "${ED}"/usr/share/${PN} if use hunspell ; then - dosym /usr/share/myspell /usr/share/lyx/dicts - dosym /usr/share/myspell /usr/share/lyx/thes + dosym ../myspell /usr/share/lyx/dicts + dosym ../myspell /usr/share/lyx/thes fi } diff --git a/app-office/lyx/lyx-2.1.5-r1.ebuild b/app-office/lyx/lyx-2.1.5-r1.ebuild index 807a748fa5c5..249843210ca6 100644 --- a/app-office/lyx/lyx-2.1.5-r1.ebuild +++ b/app-office/lyx/lyx-2.1.5-r1.ebuild @@ -135,8 +135,8 @@ src_install() { python_fix_shebang "${ED}"/usr/share/${PN} if use hunspell ; then - dosym /usr/share/myspell /usr/share/lyx/dicts - dosym /usr/share/myspell /usr/share/lyx/thes + dosym ../myspell /usr/share/lyx/dicts + dosym ../myspell /usr/share/lyx/thes fi } diff --git a/app-office/lyx/lyx-2.2.2-r1.ebuild b/app-office/lyx/lyx-2.2.2-r1.ebuild index 7bfab99130be..e3060f8aa90d 100644 --- a/app-office/lyx/lyx-2.2.2-r1.ebuild +++ b/app-office/lyx/lyx-2.2.2-r1.ebuild @@ -149,8 +149,8 @@ src_install() { python_fix_shebang "${ED}"/usr/share/${PN} if use hunspell ; then - dosym /usr/share/myspell /usr/share/lyx/dicts - dosym /usr/share/myspell /usr/share/lyx/thes + dosym ../myspell /usr/share/lyx/dicts + dosym ../myspell /usr/share/lyx/thes fi } diff --git a/app-office/lyx/lyx-2.2.3-r1.ebuild b/app-office/lyx/lyx-2.2.3-r1.ebuild index 89e6a668851e..0ccfcdc78f22 100644 --- a/app-office/lyx/lyx-2.2.3-r1.ebuild +++ b/app-office/lyx/lyx-2.2.3-r1.ebuild @@ -153,8 +153,8 @@ src_install() { python_fix_shebang "${ED}"/usr/share/${PN} if use hunspell ; then - dosym /usr/share/myspell /usr/share/lyx/dicts - dosym /usr/share/myspell /usr/share/lyx/thes + dosym ../myspell /usr/share/lyx/dicts + dosym ../myspell /usr/share/lyx/thes fi } diff --git a/app-office/lyx/lyx-2.2.3.ebuild b/app-office/lyx/lyx-2.2.3.ebuild index 7bfab99130be..e3060f8aa90d 100644 --- a/app-office/lyx/lyx-2.2.3.ebuild +++ b/app-office/lyx/lyx-2.2.3.ebuild @@ -149,8 +149,8 @@ src_install() { python_fix_shebang "${ED}"/usr/share/${PN} if use hunspell ; then - dosym /usr/share/myspell /usr/share/lyx/dicts - dosym /usr/share/myspell /usr/share/lyx/thes + dosym ../myspell /usr/share/lyx/dicts + dosym ../myspell /usr/share/lyx/thes fi } -- cgit v1.2.3-65-gdbad