app-portage/perl-info: fix install, bug 697942
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Fri, 18 Oct 2019 12:41:42 +0000 (14:41 +0200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Fri, 18 Oct 2019 12:41:42 +0000 (14:41 +0200)
Closes: https://bugs.gentoo.org/697942
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
app-portage/perl-info/perl-info-0.16.ebuild

index af3c4e29767ff9417956aed21f42594a9ae13af6..2eae853e43a441a7813330e21a4e105a0226474c 100644 (file)
@@ -17,6 +17,8 @@ RDEPEND="dev-lang/perl
        virtual/perl-Term-ANSIColor
        >=dev-perl/PortageXS-0.02.04"
 
+S=${WORKDIR}
+
 src_install() {
        dobin ${PN}
 }