diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-08-23 18:27:19 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-08-23 19:10:41 +0200 |
commit | 4d189c8e4ca0ba9db3337e548e7b75c459cba6bd (patch) | |
tree | 137ae6d24cabdc89bf237b1e36ff0bae621e227b /app-emulation | |
parent | app-emulation/virtualbox-bin: [QA] Use relative symlink target(s) (diff) | |
download | gentoo-4d189c8e4ca0ba9db3337e548e7b75c459cba6bd.tar.gz gentoo-4d189c8e4ca0ba9db3337e548e7b75c459cba6bd.tar.bz2 gentoo-4d189c8e4ca0ba9db3337e548e7b75c459cba6bd.zip |
app-emulation/wine: [QA] Use relative symlink target(s)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine/wine-2.0.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/wine/wine-2.1.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/wine/wine-2.2.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/wine/wine-2.3.ebuild | 4 | ||||
-rw-r--r-- | 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 9c4b69b51dcb..b2848daab085 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 9b833b4ed8bb..f7450c265f27 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 9b833b4ed8bb..f7450c265f27 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 9b833b4ed8bb..f7450c265f27 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 5ddc7588537d..bf71ab62790f 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 |