diff options
Diffstat (limited to 'app-emulation/wine/wine-2.2.ebuild')
-rw-r--r-- | app-emulation/wine/wine-2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 |