summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorStuart Herbert <stuart@gentoo.org>2003-08-05 18:54:55 +0000
committerStuart Herbert <stuart@gentoo.org>2003-08-05 18:54:55 +0000
commita7688334796a71b4e08009667b85ebfb6ee48c4d (patch)
tree09d84f22e3afd926aba7bb037ad8a7d8282885aa /eclass
parentfix license (diff)
downloadhistorical-a7688334796a71b4e08009667b85ebfb6ee48c4d.tar.gz
historical-a7688334796a71b4e08009667b85ebfb6ee48c4d.tar.bz2
historical-a7688334796a71b4e08009667b85ebfb6ee48c4d.zip
Fix for second error reported in bug #25879
Diffstat (limited to 'eclass')
-rw-r--r--eclass/webapp-apache.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/webapp-apache.eclass b/eclass/webapp-apache.eclass
index 92ebb1eb8261..05ba52f4b592 100644
--- a/eclass/webapp-apache.eclass
+++ b/eclass/webapp-apache.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/webapp-apache.eclass,v 1.6 2003/08/05 17:00:38 stuart Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/webapp-apache.eclass,v 1.7 2003/08/05 18:54:55 stuart Exp $
#
# Author: Stuart Herbert <stuart@gentoo.org>
#
@@ -12,7 +12,7 @@ ECLASS=webapp-apache
INHERITED="$INHERITED $ECLASS"
DEPEND="${DEPEND} net-www/apache"
-EXPORT_FUNCTIONS pkg_preinst
+EXPORT_FUNCTIONS pkg_setup
# NOTE:
#