summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-10-13 13:44:12 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-10-13 13:44:12 +0000
commit3241f658adc2be85b8375dd074f14c54ff9b2efc (patch)
tree87afe5796d71c106d7ba724bc1169ccc68ff2410 /sys-libs
parentFix quoting (diff)
downloadgentoo-2-3241f658adc2be85b8375dd074f14c54ff9b2efc.tar.gz
gentoo-2-3241f658adc2be85b8375dd074f14c54ff9b2efc.tar.bz2
gentoo-2-3241f658adc2be85b8375dd074f14c54ff9b2efc.zip
Fix quoting
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/lib-compat/lib-compat-1.4.1.ebuild7
-rw-r--r--sys-libs/lib-compat/lib-compat-1.4.ebuild6
2 files changed, 6 insertions, 7 deletions
diff --git a/sys-libs/lib-compat/lib-compat-1.4.1.ebuild b/sys-libs/lib-compat/lib-compat-1.4.1.ebuild
index 3a58a488609b..8e49d280a96d 100644
--- a/sys-libs/lib-compat/lib-compat-1.4.1.ebuild
+++ b/sys-libs/lib-compat/lib-compat-1.4.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/lib-compat/lib-compat-1.4.1.ebuild,v 1.6 2007/07/03 21:19:54 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/lib-compat/lib-compat-1.4.1.ebuild,v 1.7 2009/10/13 13:44:12 ssuominen Exp $
DESCRIPTION="Compatibility C++ and libc5 and libc6 libraries for programs new and old"
HOMEPAGE="http://www.gentoo.org/"
@@ -18,8 +18,7 @@ S=${WORKDIR}/${P}/${ARCH}
src_unpack() {
unpack ${A}
-
- cd ${S}
+ cd "${S}"
# Rather install this with the proper filename
mv -f libstdc++-libc6.2-2.so.3 libstdc++-3-libc6.2-2-2.10.0.so
# libstdc++-2-libc6.1-1-2.9.0.so provides this one ...
diff --git a/sys-libs/lib-compat/lib-compat-1.4.ebuild b/sys-libs/lib-compat/lib-compat-1.4.ebuild
index 87ebd584d096..4967799cd06c 100644
--- a/sys-libs/lib-compat/lib-compat-1.4.ebuild
+++ b/sys-libs/lib-compat/lib-compat-1.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/lib-compat/lib-compat-1.4.ebuild,v 1.9 2007/07/03 21:19:54 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/lib-compat/lib-compat-1.4.ebuild,v 1.10 2009/10/13 13:44:12 ssuominen Exp $
DESCRIPTION="Compatibility C++ and libc5 and libc6 libraries for programs new and old"
HOMEPAGE="http://www.gentoo.org/"
@@ -19,7 +19,7 @@ S=${WORKDIR}/${P}/${ARCH}
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
# Rather install this with the proper filename
mv -f libstdc++-libc6.2-2.so.3 libstdc++-3-libc6.2-2-2.10.0.so
# libstdc++-2-libc6.1-1-2.9.0.so provides this one ...