mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
sys-cluster/prrte: fix file collisions
Fix file collisions with net-misc/putty by configuring with --without-legacy-tools (available since 4.0.0) and disabling installation of conflicting man page pterm(1). Closes: https://bugs.gentoo.org/981014 Signed-off-by: Brett A C Sheffield <bacs@librecast.net> Part-of: https://codeberg.org/gentoo/gentoo/pulls/1694 Merges: https://codeberg.org/gentoo/gentoo/pulls/1694 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
fffd2e18ff
commit
321e4adcfa
@@ -37,7 +37,11 @@ src_configure() {
|
||||
# https://github.com/openpmix/openpmix/issues/3350
|
||||
filter-lto
|
||||
|
||||
econf
|
||||
econf --without-legacy-tools
|
||||
|
||||
# do not install conflicting pterm man page #981014
|
||||
sed -i 's/pterm.1//' docs/Makefile || die
|
||||
sed -i 's/prun.1 \\/prun.1/' docs/Makefile || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
Reference in New Issue
Block a user