diff options
author | George Shapovalov <george@gentoo.org> | 2002-07-25 22:23:47 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2002-07-25 22:23:47 +0000 |
commit | e30e3e47b72e36287ce35c53124187c2675357b2 (patch) | |
tree | adf4db0f0323c5baf8afc3394752902056968a5f /net-misc/omniORB | |
parent | New versions of eel and nautilus. again. (diff) | |
download | gentoo-2-e30e3e47b72e36287ce35c53124187c2675357b2.tar.gz gentoo-2-e30e3e47b72e36287ce35c53124187c2675357b2.tar.bz2 gentoo-2-e30e3e47b72e36287ce35c53124187c2675357b2.zip |
small update
Diffstat (limited to 'net-misc/omniORB')
-rw-r--r-- | net-misc/omniORB/omniORB-305.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/omniORB/omniORB-305.ebuild b/net-misc/omniORB/omniORB-305.ebuild index 894339d96d9f..5690ca627a10 100644 --- a/net-misc/omniORB/omniORB-305.ebuild +++ b/net-misc/omniORB/omniORB-305.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-misc/omniORB/omniORB-305.ebuild,v 1.1 2002/07/25 21:43:18 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/omniORB/omniORB-305.ebuild,v 1.2 2002/07/25 22:23:47 george Exp $ S="${WORKDIR}/omni" DESCRIPTION="a robust, high-performance CORBA 2 ORB" @@ -48,7 +48,7 @@ src_compile() { cd ${S}/src make export || die - cd ${S}/src/lib + cd ${S}/src/lib/omniORBpy make export || die } |