diff options
author | Andreas Proschofsky <suka@gentoo.org> | 2005-06-05 21:03:32 +0000 |
---|---|---|
committer | Andreas Proschofsky <suka@gentoo.org> | 2005-06-05 21:03:32 +0000 |
commit | 3718da5c597131ad7b94153a600d9b2c8c7428a4 (patch) | |
tree | ac5f76554220766bdbad4eb5cb780a43e06df42c /app-office | |
parent | Bug 95146 - silly or vs and. Thanks Moshe (diff) | |
download | gentoo-2-3718da5c597131ad7b94153a600d9b2c8c7428a4.tar.gz gentoo-2-3718da5c597131ad7b94153a600d9b2c8c7428a4.tar.bz2 gentoo-2-3718da5c597131ad7b94153a600d9b2c8c7428a4.zip |
tiny fix, close bug #93826
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/openoffice-bin/openoffice-bin-1.9.104.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/openoffice-bin/openoffice-bin-1.9.104.ebuild b/app-office/openoffice-bin/openoffice-bin-1.9.104.ebuild index 01aae773b33b..7de1d8fb9f44 100644 --- a/app-office/openoffice-bin/openoffice-bin-1.9.104.ebuild +++ b/app-office/openoffice-bin/openoffice-bin-1.9.104.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-1.9.104.ebuild,v 1.3 2005/05/21 15:26:19 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-1.9.104.ebuild,v 1.4 2005/06/05 21:03:32 suka Exp $ inherit eutils fdo-mime rpm versionator @@ -86,7 +86,7 @@ src_unpack() { strip-linguas en af bg cs cy da de en_GB es et fi fr hu it ja km ko nb nl nn ns pt_BR sk sl sv tn xh zh_CN zh_TW zu - export LINGUAS_OOO="${LINGUAS/en}" + export LINGUAS_OOO="${LINGUAS/en }" for i in ${LINGUAS_OOO}; do i="${i/_/-}" |