diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-08-17 10:14:03 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-08-17 10:14:03 +0000 |
commit | 43ef461c13bd02f1f31574a62109df68033bcadc (patch) | |
tree | fd9ca6ab17291f14e7a40786ce761613f4090de0 /eclass | |
parent | added virtual/xemacs as possible provider of etags (diff) | |
download | historical-43ef461c13bd02f1f31574a62109df68033bcadc.tar.gz historical-43ef461c13bd02f1f31574a62109df68033bcadc.tar.bz2 historical-43ef461c13bd02f1f31574a62109df68033bcadc.zip |
quote $D
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/horde.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/horde.eclass b/eclass/horde.eclass index fc823a636159..c322c671fc24 100644 --- a/eclass/horde.eclass +++ b/eclass/horde.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/horde.eclass,v 1.34 2006/06/15 18:36:47 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/horde.eclass,v 1.35 2007/08/17 10:14:03 vapier Exp $ # # Help manage the horde project http://www.horde.org/ # @@ -120,7 +120,7 @@ horde_src_install() { mv "${T}"/CREDITS docs/ dodir ${destdir} - cp -r . ${D}/${destdir}/ || die "install files" + cp -r . "${D}"/${destdir}/ || die "install files" webapp_serverowned ${MY_HTDOCSDIR} webapp_src_install |