From 81dc31655a868377d0f9b1901a03d94a70837c10 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Fri, 18 Oct 2019 14:41:42 +0200 Subject: [PATCH] app-portage/perl-info: fix install, bug 697942 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/697942 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas K. Hüttel --- app-portage/perl-info/perl-info-0.16.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-portage/perl-info/perl-info-0.16.ebuild b/app-portage/perl-info/perl-info-0.16.ebuild index af3c4e29767f..2eae853e43a4 100644 --- a/app-portage/perl-info/perl-info-0.16.ebuild +++ b/app-portage/perl-info/perl-info-0.16.ebuild @@ -17,6 +17,8 @@ RDEPEND="dev-lang/perl virtual/perl-Term-ANSIColor >=dev-perl/PortageXS-0.02.04" +S=${WORKDIR} + src_install() { dobin ${PN} } -- 2.26.2