diff options
author | Jimi Huotari <chiitoo@gentoo.org> | 2021-09-03 14:28:48 +0300 |
---|---|---|
committer | Jimi Huotari <chiitoo@gentoo.org> | 2021-09-03 14:28:48 +0300 |
commit | 60168e130f9aca20a2a47dfef7a038062c4a9864 (patch) | |
tree | f69fa4e78bdd4dc1837c97db4a3f81453744d744 /app-emulation | |
parent | app-emulation/wine-staging: remove removal of wineconsole (diff) | |
download | wine-60168e130f9aca20a2a47dfef7a038062c4a9864.tar.gz wine-60168e130f9aca20a2a47dfef7a038062c4a9864.tar.bz2 wine-60168e130f9aca20a2a47dfef7a038062c4a9864.zip |
app-emulation/wine-staging: remove removal of wineconsole
The 9999 versions got left out from the bunch...
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine-staging/wine-staging-9999.ebuild | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/app-emulation/wine-staging/wine-staging-9999.ebuild b/app-emulation/wine-staging/wine-staging-9999.ebuild index 1b3a52f..f8a707a 100644 --- a/app-emulation/wine-staging/wine-staging-9999.ebuild +++ b/app-emulation/wine-staging/wine-staging-9999.ebuild @@ -577,24 +577,6 @@ multilib_src_install_all() { "${D%/}${MY_MANDIR}"/man1/wine{dump,maker}.1 || die fi - # Remove wineconsole if neither backend is installed #551124 - if ! use X; then - rm "${D%/}${MY_PREFIX}"/bin/wineconsole* || die - rm "${D%/}${MY_MANDIR}"/man1/wineconsole* || die - - if ! use mingw; then - rm_wineconsole() { - rm "${D%/}/usr/$(get_libdir)/wine-${WINE_VARIANT}"/wine/{,fakedlls/}wineconsole.exe* || die - } - else - rm_wineconsole() { - rm "${D%/}/usr/$(get_libdir)/wine-${WINE_VARIANT}"/wine/wineconsole.exe* || die - } - fi - - multilib_foreach_abi rm_wineconsole - fi - use abi_x86_32 && pax-mark psmr "${D%/}${MY_PREFIX}"/bin/wine{,-preloader} #255055 use abi_x86_64 && pax-mark psmr "${D%/}${MY_PREFIX}"/bin/wine64{,-preloader} |