projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b22d75d
)
dev-util/shtool: Call emake instead of emake.
author
Patrice Clement
<monsieurp@gentoo.org>
Thu, 21 Apr 2016 08:49:55 +0000
(08:49 +0000)
committer
Patrice Clement
<monsieurp@gentoo.org>
Thu, 21 Apr 2016 08:49:55 +0000
(08:49 +0000)
Package-Manager: portage-2.2.26
dev-util/shtool/shtool-2.0.8-r1.ebuild
patch
|
blob
|
history
diff --git
a/dev-util/shtool/shtool-2.0.8-r1.ebuild
b/dev-util/shtool/shtool-2.0.8-r1.ebuild
index 0cdcc4008adee27a10594235f67a88aab17840ed..9e36100c40392b3ecbd221b68ccdfe986bffd709 100644
(file)
--- 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
}