diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-05-02 18:59:33 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-05-02 18:59:33 +0000 |
commit | ba7445e8a11b5be28dd07466bc602ec314ce2141 (patch) | |
tree | 1c00a5432b264c8998b271703ae6ef3a486df8b6 /berlin-base | |
parent | A template for a dhcp client script (diff) | |
download | gentoo-2-ba7445e8a11b5be28dd07466bc602ec314ce2141.tar.gz gentoo-2-ba7445e8a11b5be28dd07466bc602ec314ce2141.tar.bz2 gentoo-2-ba7445e8a11b5be28dd07466bc602ec314ce2141.zip |
Fixes
Diffstat (limited to 'berlin-base')
-rw-r--r-- | berlin-base/omniORB/omniORB-303.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/berlin-base/omniORB/omniORB-303.ebuild b/berlin-base/omniORB/omniORB-303.ebuild index 91eadd3e0949..d42a820587be 100644 --- a/berlin-base/omniORB/omniORB-303.ebuild +++ b/berlin-base/omniORB/omniORB-303.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/berlin-base/omniORB/omniORB-303.ebuild,v 1.2 2001/05/02 16:14:25 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/berlin-base/omniORB/omniORB-303.ebuild,v 1.3 2001/05/02 18:59:33 achim Exp $ A=${PN}_${PV}.tar.gz S=${WORKDIR}/omni @@ -51,9 +51,9 @@ src_install () { doins idl/*.idl insinto ${T}/lib/idl/COS doins idl/COS/*.idl - cp -af include ${T} + cp -af include ${D}/${T} dolib lib/${PLT}/*.{a,so*} - exeinto ${D}/lib + exeinto ${T}/lib doexe lib/${PLT}/omnicpp dodir /usr/lib/python2.0 cp -af lib/python/* ${D}/usr/lib/python2.0/ @@ -61,12 +61,11 @@ src_install () { dodoc CHANGES* COPYING* CREDITS PORTING README* ReleaseNote_omniORB_303 THIS_IS_omniORB_3_0_3 cd doc - docinto ps + docinto print dodoc *.ps - docinto tex dodoc *.tex - docinto pdf dodoc *.pdf + docinto html dodoc *.html docinto html/omniORB |