From: Andreas K. Hüttel Date: Fri, 18 Oct 2019 12:41:42 +0000 (+0200) Subject: app-portage/perl-info: fix install, bug 697942 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=81dc31655a868377d0f9b1901a03d94a70837c10;p=gentoo.git app-portage/perl-info: fix install, bug 697942 Closes: https://bugs.gentoo.org/697942 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas K. Hüttel --- 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} }