diff options
author | 2013-02-15 17:30:08 +0000 | |
---|---|---|
committer | 2013-02-15 17:30:08 +0000 | |
commit | 9bff1965eee13f9ceca77cca892a3700b2f6ba1c (patch) | |
tree | 6e85fb4ec1aad09aafb104279a0b061a4ac470a9 /x11-terms/rxvt-unicode/rxvt-unicode-9.16.ebuild | |
parent | Don't show elog messages always (#457596) (diff) | |
download | gentoo-2-9bff1965eee13f9ceca77cca892a3700b2f6ba1c.tar.gz gentoo-2-9bff1965eee13f9ceca77cca892a3700b2f6ba1c.tar.bz2 gentoo-2-9bff1965eee13f9ceca77cca892a3700b2f6ba1c.zip |
Remove cd, use default install.
(Portage version: 2.2.0_alpha163/cvs/Linux i686, signed Manifest commit with key A792A613)
Diffstat (limited to 'x11-terms/rxvt-unicode/rxvt-unicode-9.16.ebuild')
-rw-r--r-- | x11-terms/rxvt-unicode/rxvt-unicode-9.16.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-9.16.ebuild b/x11-terms/rxvt-unicode/rxvt-unicode-9.16.ebuild index 95c99b81219e..52bb0e8c4924 100644 --- a/x11-terms/rxvt-unicode/rxvt-unicode-9.16.ebuild +++ b/x11-terms/rxvt-unicode/rxvt-unicode-9.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.16.ebuild,v 1.8 2013/02/14 18:41:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.16.ebuild,v 1.9 2013/02/15 17:30:08 jer Exp $ EAPI=4 inherit autotools eutils @@ -105,11 +105,10 @@ src_compile() { } src_install() { - make DESTDIR="${D}" install || die + default - dodoc README.FAQ Changes - cd "${S}"/doc - dodoc README* changes.txt etc/* rxvt-tabbed + dodoc \ + README.FAQ Changes doc/README* doc/changes.txt doc/etc/* doc/rxvt-tabbed make_desktop_entry urxvt rxvt-unicode utilities-terminal \ "System;TerminalEmulator" |