mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
sys-devel/distcc: do not rename gui binary anymore
While the renaming seems convenient it can cause issues in the whole xdg system, where binary names desktop file names etc. have to match for everything to work as expected. The rename was incomplete and a complete rename involves too many things, so drop it and do what upstream does. Closes: https://bugs.gentoo.org/965994 Signed-off-by: Henning Schild <henning@hennsch.de> Part-of: https://github.com/gentoo/gentoo/pull/44600 Closes: https://github.com/gentoo/gentoo/pull/44600 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
fb4dbb6f92
commit
1325cf5d0a
@ -138,13 +138,6 @@ src_install() {
|
||||
|
||||
dobin "${T}/distcc-config"
|
||||
|
||||
if use gui; then
|
||||
einfo "Renaming /usr/bin/distccmon-gnome to /usr/bin/distccmon-gui"
|
||||
einfo "This is to have a little sensability in naming schemes between distccmon programs"
|
||||
mv "${ED}/usr/bin/distccmon-gnome" "${ED}/usr/bin/distccmon-gui" || die
|
||||
dosym distccmon-gui /usr/bin/distccmon-gnome
|
||||
fi
|
||||
|
||||
if use xinetd; then
|
||||
insinto /etc/xinetd.d
|
||||
newins "doc/example/xinetd" distcc
|
||||
Loading…
x
Reference in New Issue
Block a user