diff options
author | 2007-12-23 05:59:39 +0000 | |
---|---|---|
committer | 2007-12-23 05:59:39 +0000 | |
commit | 492aaaf46980311ae70a03416f05937d6aa2da9f (patch) | |
tree | 01be3ee7f765303e5cfb0826231a4df41ba3fb4c /dev-lang/cxx/cxx-6.5.9.31.ebuild | |
parent | Forgot to sign the last commit (diff) | |
download | historical-492aaaf46980311ae70a03416f05937d6aa2da9f.tar.gz historical-492aaaf46980311ae70a03416f05937d6aa2da9f.tar.bz2 historical-492aaaf46980311ae70a03416f05937d6aa2da9f.zip |
Remove call to prepallman bug #140697; fix some quoting
Package-Manager: portage-2.1.4_rc11
Diffstat (limited to 'dev-lang/cxx/cxx-6.5.9.31.ebuild')
-rw-r--r-- | dev-lang/cxx/cxx-6.5.9.31.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-lang/cxx/cxx-6.5.9.31.ebuild b/dev-lang/cxx/cxx-6.5.9.31.ebuild index ad9023fe8371..0a8e002199d4 100644 --- a/dev-lang/cxx/cxx-6.5.9.31.ebuild +++ b/dev-lang/cxx/cxx-6.5.9.31.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/cxx/cxx-6.5.9.31.ebuild,v 1.7 2007/01/31 14:26:58 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/cxx/cxx-6.5.9.31.ebuild,v 1.8 2007/12/23 05:59:39 halcy0n Exp $ # # Ebuild contributed by Tavis Ormandy <taviso@sdf.lonestar.org> # and edited by Aron Griffis <agriffis@gentoo.org> @@ -123,10 +123,9 @@ src_compile() { src_install() { # move files over - mv usr ${D} || die "cxx installation failed" + mv usr "${D}" || die "cxx installation failed" - # prep manpages - prepallman + # prep docs prepalldocs } |