diff options
author | 2010-02-20 22:04:00 +0000 | |
---|---|---|
committer | 2010-02-20 22:04:00 +0000 | |
commit | 1700f52d03cf4510c9b3575f31d460f7f1fe5f07 (patch) | |
tree | ae135b2c42f9ee4c8c3be308bd0e392ae2a8d134 /app-office/openoffice-bin | |
parent | Fix openoffice-bin mask. (diff) | |
download | gentoo-2-1700f52d03cf4510c9b3575f31d460f7f1fe5f07.tar.gz gentoo-2-1700f52d03cf4510c9b3575f31d460f7f1fe5f07.tar.bz2 gentoo-2-1700f52d03cf4510c9b3575f31d460f7f1fe5f07.zip |
Fix quoting.
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'app-office/openoffice-bin')
-rw-r--r-- | app-office/openoffice-bin/openoffice-bin-3.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/openoffice-bin/openoffice-bin-3.2.0.ebuild b/app-office/openoffice-bin/openoffice-bin-3.2.0.ebuild index 3e3861c5ee9a..881fe652b12c 100644 --- a/app-office/openoffice-bin/openoffice-bin-3.2.0.ebuild +++ b/app-office/openoffice-bin/openoffice-bin-3.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-3.2.0.ebuild,v 1.1 2010/02/15 13:49:04 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-3.2.0.ebuild,v 1.2 2010/02/20 22:04:00 ssuominen Exp $ EAPI="2" @@ -78,7 +78,7 @@ src_unpack() { unpack ${A} - cd ${S} + cd "${S}" for i in base binfilter calc core01 core02 core03 core04 core05 core06 core07 draw graphicfilter images impress math ooofonts oooimprovement ooolinguistic pyuno testtool writer xsltfilter ; do rpm_unpack "./${UP}/${BASIS}-${i}-${MY_PV3}.${OOARCH}.rpm" |