summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/shtool/shtool-2.0.8-r1.ebuild')
-rw-r--r--dev-util/shtool/shtool-2.0.8-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/shtool/shtool-2.0.8-r1.ebuild b/dev-util/shtool/shtool-2.0.8-r1.ebuild
index 0cdcc4008ade..9e36100c4039 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
}