diff options
author | Donny Davies <woodchip@gentoo.org> | 2003-06-22 19:34:38 +0000 |
---|---|---|
committer | Donny Davies <woodchip@gentoo.org> | 2003-06-22 19:34:38 +0000 |
commit | e1e2a681b4ccc8b0e782d65f1e8dc4d2e793ae54 (patch) | |
tree | 811c1d0dface111cae8d0db06ecf22ade6810651 /net-www/mod_encoding/mod_encoding-20021209.ebuild | |
parent | Moving to x86 stable - won't affect anything (since 3.1.2 is already x86 stab... (diff) | |
download | gentoo-2-e1e2a681b4ccc8b0e782d65f1e8dc4d2e793ae54.tar.gz gentoo-2-e1e2a681b4ccc8b0e782d65f1e8dc4d2e793ae54.tar.bz2 gentoo-2-e1e2a681b4ccc8b0e782d65f1e8dc4d2e793ae54.zip |
typo
Diffstat (limited to 'net-www/mod_encoding/mod_encoding-20021209.ebuild')
-rw-r--r-- | net-www/mod_encoding/mod_encoding-20021209.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/mod_encoding/mod_encoding-20021209.ebuild b/net-www/mod_encoding/mod_encoding-20021209.ebuild index ebf6fb3f77d1..719078343429 100644 --- a/net-www/mod_encoding/mod_encoding-20021209.ebuild +++ b/net-www/mod_encoding/mod_encoding-20021209.ebuild @@ -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/net-www/mod_encoding/mod_encoding-20021209.ebuild,v 1.1 2003/06/22 18:59:46 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_encoding/mod_encoding-20021209.ebuild,v 1.2 2003/06/22 19:34:30 woodchip Exp $ DESCRIPTION="Apache module for non-ascii filename interoperability" HOMEPAGE="http://webdav.todo.gr.jp/" @@ -36,7 +36,7 @@ src_install() { pkg_postinst() { einfo - einfo "Execute \"ebuild /var/db/pkg/net-www/${PN}/${PF}.ebuild config\"" + einfo "Execute \"ebuild /var/db/pkg/net-www/${PF}/${PF}.ebuild config\"" einfo "to have your apache.conf auto-updated for use with this module." einfo } |