summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Doty <kingtaco@gentoo.org>2007-11-14 17:00:21 +0000
committerMike Doty <kingtaco@gentoo.org>2007-11-14 17:00:21 +0000
commit9ea6f59196d44a5af6da06ba5d8a0f931d552c53 (patch)
tree5ae1a5e707cb4cd1e482757a176a4c3383947e27 /eclass
parentStable for HPPA (bug #198578). (diff)
downloadgentoo-2-9ea6f59196d44a5af6da06ba5d8a0f931d552c53.tar.gz
gentoo-2-9ea6f59196d44a5af6da06ba5d8a0f931d552c53.tar.bz2
gentoo-2-9ea6f59196d44a5af6da06ba5d8a0f931d552c53.zip
quote WORKDIR
Diffstat (limited to 'eclass')
-rw-r--r--eclass/emul-libs.eclass4
-rw-r--r--eclass/emul-linux-x86.eclass4
2 files changed, 4 insertions, 4 deletions
diff --git a/eclass/emul-libs.eclass b/eclass/emul-libs.eclass
index ced3b337b1ec..4debc3bc1287 100644
--- a/eclass/emul-libs.eclass
+++ b/eclass/emul-libs.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/emul-libs.eclass,v 1.6 2007/04/23 19:35:05 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/emul-libs.eclass,v 1.7 2007/11/14 17:00:21 kingtaco Exp $
#
# Original Author: Simon Stelling <blubb@gentoo.org>
@@ -13,7 +13,7 @@ DESCRIPTION="Provides precompiled 32bit libraries"
HOMEPAGE="http://amd64.gentoo.org/emul/content.xml"
RESTRICT="strip"
-S=${WORKDIR}
+S="${WORKDIR}"
SLOT="0"
IUSE=""
diff --git a/eclass/emul-linux-x86.eclass b/eclass/emul-linux-x86.eclass
index f86e0fc56611..53e2f62de83b 100644
--- a/eclass/emul-linux-x86.eclass
+++ b/eclass/emul-linux-x86.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/emul-linux-x86.eclass,v 1.1 2007/11/14 03:42:12 kingtaco Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/emul-linux-x86.eclass,v 1.2 2007/11/14 17:00:21 kingtaco Exp $
#
# Original Author: Mike Doty <kingtaco@gentoo.org>
@@ -16,7 +16,7 @@ DESCRIPTION="Provides precompiled 32bit libraries"
HOMEPAGE="http://amd64.gentoo.org/emul/content.xml"
RESTRICT="strip"
-S=${WORKDIR}
+S="${WORKDIR}"
SLOT="0"
IUSE=""