From 91ae0f6ce3a10fa5962da842b3962d33f4357cbb Mon Sep 17 00:00:00 2001 From: Mark Loeser Date: Thu, 24 Jan 2008 04:26:20 +0000 Subject: Quote variables correctly; bug #206645 git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/devmanual/trunk@117 176d3534-300d-0410-8db8-84e73ed771c3 --- archs/amd64/text.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archs') diff --git a/archs/amd64/text.xml b/archs/amd64/text.xml index 801e0ef..996ded2 100644 --- a/archs/amd64/text.xml +++ b/archs/amd64/text.xml @@ -463,7 +463,7 @@ src_compile() { } src_install() { - emake DESTDIR=${D} install || die + emake DESTDIR="${D}" install || die } -- cgit v1.2.3-65-gdbad