diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-02-25 16:36:36 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-02-25 16:36:36 +0000 |
commit | 89f39eafabe7b8a8517507ba66f71e5799715489 (patch) | |
tree | b051ca66a2c5c0ebc3ea33fc6b86e5daaa6026b7 /x11-apps/amlc | |
parent | amd64 stable (diff) | |
download | gentoo-2-89f39eafabe7b8a8517507ba66f71e5799715489.tar.gz gentoo-2-89f39eafabe7b8a8517507ba66f71e5799715489.tar.bz2 gentoo-2-89f39eafabe7b8a8517507ba66f71e5799715489.zip |
quote distdir..
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-apps/amlc')
-rw-r--r-- | x11-apps/amlc/amlc-0.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-apps/amlc/amlc-0.5.1.ebuild b/x11-apps/amlc/amlc-0.5.1.ebuild index 07b11f4db130..145ff07b919b 100644 --- a/x11-apps/amlc/amlc-0.5.1.ebuild +++ b/x11-apps/amlc/amlc-0.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/amlc/amlc-0.5.1.ebuild,v 1.5 2008/02/25 16:35:13 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/amlc/amlc-0.5.1.ebuild,v 1.6 2008/02/25 16:36:36 drac Exp $ inherit toolchain-funcs @@ -16,7 +16,7 @@ IUSE="" S=${WORKDIR} src_unpack() { - cp ${DISTDIR}/${P}.cpp "${S}" + cp "${DISTDIR}"/${P}.cpp "${S}" } src_compile() { |