diff options
Diffstat (limited to 'app-office/openoffice-bin/openoffice-bin-1.1_beta2.ebuild')
-rw-r--r-- | app-office/openoffice-bin/openoffice-bin-1.1_beta2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/openoffice-bin/openoffice-bin-1.1_beta2.ebuild b/app-office/openoffice-bin/openoffice-bin-1.1_beta2.ebuild index e44e06399af3..e755ed20b5a0 100644 --- a/app-office/openoffice-bin/openoffice-bin-1.1_beta2.ebuild +++ b/app-office/openoffice-bin/openoffice-bin-1.1_beta2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-1.1_beta2.ebuild,v 1.2 2003/06/19 21:24:10 pauldv Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-1.1_beta2.ebuild,v 1.3 2003/06/20 08:58:17 pauldv Exp $ IUSE="kde gnome" @@ -131,7 +131,7 @@ src_install() { # Install wrapper script exeinto /usr/bin - sed -e "s|<pv>|${PV//_beta2}|g" \ + sed -e "s|<pv>|${PV}|g" \ ${FILESDIR}/${PV}/ooffice-wrapper-1.3 > ${T}/ooffice doexe ${T}/ooffice # Component symlinks |