diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-17 04:46:56 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-17 04:46:56 +0000 |
commit | 301e0854d408cd670d95157a6c6d74e38d85118f (patch) | |
tree | 666f2a04fc254cc6e31635810a85de01c6b0d3c6 /app-admin/modlogan | |
parent | sanbox fixes (diff) | |
download | gentoo-2-301e0854d408cd670d95157a6c6d74e38d85118f.tar.gz gentoo-2-301e0854d408cd670d95157a6c6d74e38d85118f.tar.bz2 gentoo-2-301e0854d408cd670d95157a6c6d74e38d85118f.zip |
small fix0rs
Diffstat (limited to 'app-admin/modlogan')
-rw-r--r-- | app-admin/modlogan/modlogan-0.7.18.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app-admin/modlogan/modlogan-0.7.18.ebuild b/app-admin/modlogan/modlogan-0.7.18.ebuild index 5bd532a4956e..73c1044376fb 100644 --- a/app-admin/modlogan/modlogan-0.7.18.ebuild +++ b/app-admin/modlogan/modlogan-0.7.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-admin/modlogan/modlogan-0.7.18.ebuild,v 1.2 2002/08/17 04:30:44 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/modlogan/modlogan-0.7.18.ebuild,v 1.3 2002/08/17 04:46:56 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Logfile Analyzer" @@ -69,12 +69,11 @@ src_install() { doins doc/modlogan.searchengines insinto /etc/httpd newins ${FILESDIR}/modlogan.conf httpd.modlogan - dodir /usr/local/httpd/modlogan + dodir /home/httpd/modlogan preplib /usr dodoc AUTHORS COPYING ChangeLog README NEWS TODO dodoc doc/*.txt doc/*.conf doc/glosar doc/stats - docinto html - dodoc doc/*.html + dohtml -r html } pkg_postinst() { |