commit: 377d1d836ceacf807b6c0eec677a841eb8d45c2c Author: Martin Mokrejs <mmokrejs <AT> gmail <DOT> com> AuthorDate: Sun Oct 17 15:56:52 2021 +0000 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> CommitDate: Sun Oct 17 15:56:52 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=377d1d83
sci-biology/LINKS: install the tools/*.pl files from archive ... until https://github.com/bcgsc/LINKS/issues/31 is fixed. Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Martin Mokrejs <mmokrejs <AT> gmail.com> sci-biology/LINKS/LINKS-1.8.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-biology/LINKS/LINKS-1.8.7.ebuild b/sci-biology/LINKS/LINKS-1.8.7.ebuild index e9cf2fbd8..5009e9922 100644 --- a/sci-biology/LINKS/LINKS-1.8.7.ebuild +++ b/sci-biology/LINKS/LINKS-1.8.7.ebuild @@ -20,6 +20,6 @@ RDEPEND=" " src_install(){ - dobin bin/LINKS *.pl tools/*.pl + dobin bin/LINKS *.pl releases/links_v1.8.5/tools/*.pl dodoc README.md }
