diff options
author | 2009-10-12 08:22:01 +0000 | |
---|---|---|
committer | 2009-10-12 08:22:01 +0000 | |
commit | 282dce0cf8b813e80ef54b236347bac48bbf8d60 (patch) | |
tree | 94103a0591cbf9a524851125918ec50e88de573e /dev-util/shtool/shtool-2.0.2.ebuild | |
parent | Quoting (diff) | |
download | gentoo-2-282dce0cf8b813e80ef54b236347bac48bbf8d60.tar.gz gentoo-2-282dce0cf8b813e80ef54b236347bac48bbf8d60.tar.bz2 gentoo-2-282dce0cf8b813e80ef54b236347bac48bbf8d60.zip |
Don't install COPYING. Use emake.
(Portage version: 2.2_rc44/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/shtool/shtool-2.0.2.ebuild')
-rw-r--r-- | dev-util/shtool/shtool-2.0.2.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-util/shtool/shtool-2.0.2.ebuild b/dev-util/shtool/shtool-2.0.2.ebuild index cdb1ff7ad82b..bb6640609dbf 100644 --- a/dev-util/shtool/shtool-2.0.2.ebuild +++ b/dev-util/shtool/shtool-2.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/shtool/shtool-2.0.2.ebuild,v 1.4 2007/01/22 08:16:33 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/shtool/shtool-2.0.2.ebuild,v 1.5 2009/10/12 08:22:01 ssuominen Exp $ DESCRIPTION="A compilation of small but very stable and portable shell scripts into a single shell tool" HOMEPAGE="http://www.gnu.org/software/shtool/shtool.html" @@ -14,7 +14,7 @@ IUSE="" DEPEND=">=dev-lang/perl-5.6" -src_install () { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog COPYING README THANKS VERSION NEWS RATIONAL +src_install() { + emake DESTDIR="${D}" install || die "make install failed" + dodoc AUTHORS ChangeLog README THANKS VERSION NEWS RATIONAL } |