diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2008-02-13 19:44:44 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2008-02-13 19:44:44 +0000 |
commit | 604cb68a899b06d8d28229568364cca9ea37705d (patch) | |
tree | 7d097e2f1cf5967f2faac6e2a1ec44a88cf34a83 /eclass/vdr-plugin.eclass | |
parent | Don't use in java-ant_xml-rewrite because it's run during the src_ functions. (diff) | |
download | historical-604cb68a899b06d8d28229568364cca9ea37705d.tar.gz historical-604cb68a899b06d8d28229568364cca9ea37705d.tar.bz2 historical-604cb68a899b06d8d28229568364cca9ea37705d.zip |
Fixed quoting.
Diffstat (limited to 'eclass/vdr-plugin.eclass')
-rw-r--r-- | eclass/vdr-plugin.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/vdr-plugin.eclass b/eclass/vdr-plugin.eclass index f178e70c5d8d..5512f8210745 100644 --- a/eclass/vdr-plugin.eclass +++ b/eclass/vdr-plugin.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.52 2007/12/12 17:43:50 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.53 2008/02/13 19:44:44 zzam Exp $ # # Author: # Matthias Schwarzott <zzam@gentoo.org> @@ -249,7 +249,7 @@ vdr-plugin_src_unpack() { # Use a file instead of an variable as single-stepping via ebuild # destroys environment. - touch ${WORKDIR}/.vdr-plugin_makefile_patched + touch "${WORKDIR}"/.vdr-plugin_makefile_patched ;; add_local_patch) cd "${S}" |