summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2010-05-09 22:32:16 +0000
committerJeremy Olexa <darkside@gentoo.org>2010-05-09 22:32:16 +0000
commit8566b325c914bf739a6e8c605d12476dd2a681f4 (patch)
tree787cee2812299922a82e4c31c4f1b1753a3313e8 /eclass
parentPatch to prevent prestripping wrt bug 251925. Thanks to Christophe Lefebvre (diff)
downloadgentoo-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.eclass4
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}"