commit: 7fe6b665628d0893edb8f6ee5dd9b287cb3f2929 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Oct 3 08:55:05 2020 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sat Oct 3 09:06:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fe6b665
net-misc/tigervnc: Fix install failure. Closes: https://bugs.gentoo.org/745987 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> net-misc/tigervnc/tigervnc-1.11.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/tigervnc/tigervnc-1.11.0-r1.ebuild b/net-misc/tigervnc/tigervnc-1.11.0-r1.ebuild index c156213e877..90aaa196a7d 100644 --- a/net-misc/tigervnc/tigervnc-1.11.0-r1.ebuild +++ b/net-misc/tigervnc/tigervnc-1.11.0-r1.ebuild @@ -171,7 +171,7 @@ src_install() { else local f cd "${ED}" || die - for f in vncserver x0vncserver vncconfig; do + for f in x0vncserver vncconfig; do rm usr/bin/$f || die rm usr/share/man/man1/$f.1 || die done
