summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2019-10-18 14:41:42 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2019-10-18 14:41:42 +0200
commit81dc31655a868377d0f9b1901a03d94a70837c10 (patch)
tree6a8938aec63a5cafff849d056a5fbb07f8177238
parentdev-ada/xmlada: stable (diff)
downloadgentoo-81dc31655a868377d0f9b1901a03d94a70837c10.tar.gz
gentoo-81dc31655a868377d0f9b1901a03d94a70837c10.tar.bz2
gentoo-81dc31655a868377d0f9b1901a03d94a70837c10.zip
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 <dilfridge@gentoo.org>
-rw-r--r--app-portage/perl-info/perl-info-0.16.ebuild2
1 files changed, 2 insertions, 0 deletions
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}
}