diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2010-05-09 22:32:16 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2010-05-09 22:32:16 +0000 |
commit | 8566b325c914bf739a6e8c605d12476dd2a681f4 (patch) | |
tree | 787cee2812299922a82e4c31c4f1b1753a3313e8 /eclass | |
parent | Patch to prevent prestripping wrt bug 251925. Thanks to Christophe Lefebvre (diff) | |
download | gentoo-2-8566b325c914bf739a6e8c605d12476dd2a681f4.tar.gz gentoo-2-8566b325c914bf739a6e8c605d12476dd2a681f4.tar.bz2 gentoo-2-8566b325c914bf739a6e8c605d12476dd2a681f4.zip |
Add helpful comment about where the MY_* vars are defined.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/webapp.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/webapp.eclass b/eclass/webapp.eclass index 193ca86afff3..574b461b6a01 100644 --- a/eclass/webapp.eclass +++ b/eclass/webapp.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/webapp.eclass,v 1.63 2008/03/23 00:11:20 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/webapp.eclass,v 1.64 2010/05/09 22:32:16 darkside Exp $ # @ECLASS: webapp.eclass # @MAINTAINER: @@ -335,6 +335,8 @@ webapp_src_preinst() { die "Ebuild did not call webapp_pkg_setup() - report to http://bugs.gentoo.org" fi + # Hint, see the webapp_read_config() function to find where these are + # defined. dodir "${MY_HTDOCSDIR}" dodir "${MY_HOSTROOTDIR}" dodir "${MY_CGIBINDIR}" |