commit:     4d189c8e4ca0ba9db3337e548e7b75c459cba6bd
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 23 16:27:19 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug 23 17:10:41 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d189c8e

app-emulation/wine: [QA] Use relative symlink target(s)

 app-emulation/wine/wine-2.0.ebuild  | 4 ++--
 app-emulation/wine/wine-2.1.ebuild  | 4 ++--
 app-emulation/wine/wine-2.2.ebuild  | 4 ++--
 app-emulation/wine/wine-2.3.ebuild  | 4 ++--
 app-emulation/wine/wine-9999.ebuild | 4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/app-emulation/wine/wine-2.0.ebuild 
b/app-emulation/wine/wine-2.0.ebuild
index 9c4b69b51dc..b2848daab08 100644
--- a/app-emulation/wine/wine-2.0.ebuild
+++ b/app-emulation/wine/wine-2.0.ebuild
@@ -415,8 +415,8 @@ multilib_src_install_all() {
        use abi_x86_64 && pax-mark psmr "${D}"usr/bin/wine64{,-preloader}
 
        if use abi_x86_64 && ! use abi_x86_32; then
-               dosym /usr/bin/wine{64,} # 404331
-               dosym /usr/bin/wine{64,}-preloader
+               dosym wine64 /usr/bin/wine # 404331
+               dosym wine64-preloader /usr/bin/wine-preloader
        fi
 
        # respect LINGUAS when installing man pages, #469418

diff --git a/app-emulation/wine/wine-2.1.ebuild 
b/app-emulation/wine/wine-2.1.ebuild
index 9b833b4ed8b..f7450c265f2 100644
--- a/app-emulation/wine/wine-2.1.ebuild
+++ b/app-emulation/wine/wine-2.1.ebuild
@@ -544,8 +544,8 @@ multilib_src_install_all() {
        use abi_x86_64 && pax-mark psmr "${D}"usr/bin/wine64{,-preloader}
 
        if use abi_x86_64 && ! use abi_x86_32; then
-               dosym /usr/bin/wine{64,} # 404331
-               dosym /usr/bin/wine{64,}-preloader
+               dosym wine64 /usr/bin/wine # 404331
+               dosym wine64-preloader /usr/bin/wine-preloader
        fi
 
        # respect LINGUAS when installing man pages, #469418

diff --git a/app-emulation/wine/wine-2.2.ebuild 
b/app-emulation/wine/wine-2.2.ebuild
index 9b833b4ed8b..f7450c265f2 100644
--- a/app-emulation/wine/wine-2.2.ebuild
+++ b/app-emulation/wine/wine-2.2.ebuild
@@ -544,8 +544,8 @@ multilib_src_install_all() {
        use abi_x86_64 && pax-mark psmr "${D}"usr/bin/wine64{,-preloader}
 
        if use abi_x86_64 && ! use abi_x86_32; then
-               dosym /usr/bin/wine{64,} # 404331
-               dosym /usr/bin/wine{64,}-preloader
+               dosym wine64 /usr/bin/wine # 404331
+               dosym wine64-preloader /usr/bin/wine-preloader
        fi
 
        # respect LINGUAS when installing man pages, #469418

diff --git a/app-emulation/wine/wine-2.3.ebuild 
b/app-emulation/wine/wine-2.3.ebuild
index 9b833b4ed8b..f7450c265f2 100644
--- a/app-emulation/wine/wine-2.3.ebuild
+++ b/app-emulation/wine/wine-2.3.ebuild
@@ -544,8 +544,8 @@ multilib_src_install_all() {
        use abi_x86_64 && pax-mark psmr "${D}"usr/bin/wine64{,-preloader}
 
        if use abi_x86_64 && ! use abi_x86_32; then
-               dosym /usr/bin/wine{64,} # 404331
-               dosym /usr/bin/wine{64,}-preloader
+               dosym wine64 /usr/bin/wine # 404331
+               dosym wine64-preloader /usr/bin/wine-preloader
        fi
 
        # respect LINGUAS when installing man pages, #469418

diff --git a/app-emulation/wine/wine-9999.ebuild 
b/app-emulation/wine/wine-9999.ebuild
index 5ddc7588537..bf71ab62790 100644
--- a/app-emulation/wine/wine-9999.ebuild
+++ b/app-emulation/wine/wine-9999.ebuild
@@ -543,8 +543,8 @@ multilib_src_install_all() {
        use abi_x86_64 && pax-mark psmr "${D}"usr/bin/wine64{,-preloader}
 
        if use abi_x86_64 && ! use abi_x86_32; then
-               dosym /usr/bin/wine{64,} # 404331
-               dosym /usr/bin/wine{64,}-preloader
+               dosym wine64 /usr/bin/wine # 404331
+               dosym wine64-preloader /usr/bin/wine-preloader
        fi
 
        # respect LINGUAS when installing man pages, #469418

Reply via email to