commit: 63b4e80926f5c2f4f07a50432cc50d9215ce6675
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 21 08:49:55 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Apr 21 08:49:55 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63b4e809
dev-util/shtool: Call emake instead of emake.
Package-Manager: portage-2.2.26
dev-util/shtool/shtool-2.0.8-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/shtool/shtool-2.0.8-r1.ebuild
b/dev-util/shtool/shtool-2.0.8-r1.ebuild
index 0cdcc40..9e36100 100644
--- a/dev-util/shtool/shtool-2.0.8-r1.ebuild
+++ b/dev-util/shtool/shtool-2.0.8-r1.ebuild
@@ -17,6 +17,6 @@ DEPEND="
>=dev-lang/perl-5.6"
src_install () {
- make DESTDIR="${D}" install || die "make install failed"
+ emake DESTDIR="${D}" install
dodoc AUTHORS ChangeLog README THANKS VERSION NEWS RATIONAL
}