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 | 8f516a6bcaa0147e7264913110434ba9afda1fb4 (patch) | |
tree | f419bce643a7f3985fa83dabd5244efab06c6811 /net-misc | |
parent | New versions of eel and nautilus. again. (diff) | |
download | historical-8f516a6bcaa0147e7264913110434ba9afda1fb4.tar.gz historical-8f516a6bcaa0147e7264913110434ba9afda1fb4.tar.bz2 historical-8f516a6bcaa0147e7264913110434ba9afda1fb4.zip |
small update
Diffstat (limited to 'net-misc')
-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 } |