diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-05-03 19:33:52 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-05-03 19:33:52 +0000 |
commit | b2a19080af82f7406a2913a76c88f2a13506921d (patch) | |
tree | 3f5fb24c22ae32b59254202aa81a29cf2f426986 /berlin-base | |
parent | New kernel package for 2.4.4-ac4 (merge 2.4.5-pre1) (diff) | |
download | historical-b2a19080af82f7406a2913a76c88f2a13506921d.tar.gz historical-b2a19080af82f7406a2913a76c88f2a13506921d.tar.bz2 historical-b2a19080af82f7406a2913a76c88f2a13506921d.zip |
Fixes
Diffstat (limited to 'berlin-base')
-rw-r--r-- | berlin-base/omniORB/omniORB-303.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/berlin-base/omniORB/omniORB-303.ebuild b/berlin-base/omniORB/omniORB-303.ebuild index 75ca314a42b0..2dcf489fe49c 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.5 2001/05/03 10:37:38 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/berlin-base/omniORB/omniORB-303.ebuild,v 1.6 2001/05/03 19:33:52 achim Exp $ A="${PN}_${PV}.tar.gz omniORBpy_1_3.tar.gz" S=${WORKDIR}/omni @@ -80,8 +80,8 @@ src_install () { } pkg_postinst() { - if [ ! -e "${ROOT}etc/omniORB.cfg" ] ; then - echo "ORBInintialHost `uname -n`" > ${ROOT}etc/omniORB.cfg - echo "ORBInitialPort 8200" > ${ROOT}etc/omniORB.cfg + if [ ! -f "${ROOT}etc/omniORB.cfg" ] ; then + echo "ORBInitialHost `uname -n`" > ${ROOT}etc/omniORB.cfg + echo "ORBInitialPort 8200" >> ${ROOT}etc/omniORB.cfg fi } |