diff options
author | Stuart Herbert <stuart@gentoo.org> | 2004-06-27 00:30:56 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2004-06-27 00:30:56 +0000 |
commit | e23159d667bf900b2f5b79bf9deb26776d5f870c (patch) | |
tree | c388ffb2ec79a532817f5aae6837de9d089a40e7 /eclass | |
parent | Version bump (diff) | |
download | historical-e23159d667bf900b2f5b79bf9deb26776d5f870c.tar.gz historical-e23159d667bf900b2f5b79bf9deb26776d5f870c.tar.bz2 historical-e23159d667bf900b2f5b79bf9deb26776d5f870c.zip |
Fix for bug #54263
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/webapp.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/webapp.eclass b/eclass/webapp.eclass index ee9979a8eaad..dde1ea988195 100644 --- a/eclass/webapp.eclass +++ b/eclass/webapp.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/webapp.eclass,v 1.24 2004/06/25 00:39:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/webapp.eclass,v 1.25 2004/06/27 00:30:56 stuart Exp $ # # eclass/webapp.eclass # Eclass for installing applications to run under a web server @@ -430,6 +430,7 @@ function webapp_src_preinst () dodir "${MY_ICONSDIR}" dodir "${MY_ERRORSDIR}" dodir "${MY_SQLSCRIPTSDIR}" + dodir "${MY_HOOKSCRIPTSDIR}" } function webapp_pkg_postinst () |