diff options
author | Michael Imhof <tantive@gentoo.org> | 2003-01-12 23:47:27 +0000 |
---|---|---|
committer | Michael Imhof <tantive@gentoo.org> | 2003-01-12 23:47:27 +0000 |
commit | 2000e10750eec022e3cdc69f8ca3b31407fe9bfa (patch) | |
tree | c5ad65eb98d5a00bd197e18a862a0fda6af068ff /app-sci/zetagrid | |
parent | New version (diff) | |
download | gentoo-2-2000e10750eec022e3cdc69f8ca3b31407fe9bfa.tar.gz gentoo-2-2000e10750eec022e3cdc69f8ca3b31407fe9bfa.tar.bz2 gentoo-2-2000e10750eec022e3cdc69f8ca3b31407fe9bfa.zip |
fixed typos
Diffstat (limited to 'app-sci/zetagrid')
-rw-r--r-- | app-sci/zetagrid/zetagrid-1.0-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-sci/zetagrid/zetagrid-1.0-r1.ebuild b/app-sci/zetagrid/zetagrid-1.0-r1.ebuild index 00f47bf778b6..38f53e33b166 100644 --- a/app-sci/zetagrid/zetagrid-1.0-r1.ebuild +++ b/app-sci/zetagrid/zetagrid-1.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/zetagrid/zetagrid-1.0-r1.ebuild,v 1.1 2003/01/12 21:40:52 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/zetagrid/zetagrid-1.0-r1.ebuild,v 1.2 2003/01/12 23:47:27 tantive Exp $ S=${WORKDIR}/zetagrid-${PV} DESCRIPTION="An open source and platform independent grid system" @@ -18,7 +18,7 @@ KEYWORDS="~x86" src_unpack() { unpack zeta_base.zip zeta_linux_x86.zip zeta_progress.zip - if test -f /opt/zetagrid/zeta.cfg; then + if test -e /opt/zetagrid/zeta.cfg; then rm ${WORKDIR}/zeta.cfg fi } @@ -32,7 +32,7 @@ src_install() { newexe ${FILESDIR}/zetagrid.init zetagrid } -pkg_postinstl() { +pkg_postinst() { einfo "Zetagrid is now installed in /opt/zetagrid" einfo "Please change zeta.cfg for configuration issues!" einfo |