diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-04-13 10:54:11 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-04-13 10:54:11 +0000 |
commit | 7dd3e6e289f4b6b5ddfedb12018f9a13c8e97c48 (patch) | |
tree | a4d6c75389f52a22f23281bfee8427ef3706d9fe /mail-filter | |
parent | Version bump, closes security bug #88904. (diff) | |
download | gentoo-2-7dd3e6e289f4b6b5ddfedb12018f9a13c8e97c48.tar.gz gentoo-2-7dd3e6e289f4b6b5ddfedb12018f9a13c8e97c48.tar.bz2 gentoo-2-7dd3e6e289f4b6b5ddfedb12018f9a13c8e97c48.zip |
Fix install locations.
(Portage version: 2.0.51.19)
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/gld/ChangeLog | 5 | ||||
-rw-r--r-- | mail-filter/gld/gld-1.5.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/mail-filter/gld/ChangeLog b/mail-filter/gld/ChangeLog index 4ef190a5f230..e2033aa3b501 100644 --- a/mail-filter/gld/ChangeLog +++ b/mail-filter/gld/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-filter/gld # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/gld/ChangeLog,v 1.11 2005/04/13 10:30:00 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/gld/ChangeLog,v 1.12 2005/04/13 10:54:11 ticho Exp $ + + 13 Apr 2005; Andrej Kacian <ticho@gentoo.org> gld-1.5.ebuild: + Fix sql files install location. *gld-1.5 (13 Apr 2005) diff --git a/mail-filter/gld/gld-1.5.ebuild b/mail-filter/gld/gld-1.5.ebuild index cf9d77946d29..b9ab3c76ec1f 100644 --- a/mail-filter/gld/gld-1.5.ebuild +++ b/mail-filter/gld/gld-1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/gld/gld-1.5.ebuild,v 1.1 2005/04/13 10:30:00 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/gld/gld-1.5.ebuild,v 1.2 2005/04/13 10:54:11 ticho Exp $ DESCRIPTION="A standalone anti-spam greylisting algorithm on top of Postfix" HOMEPAGE="http://www.gasmi.net/gld.html" @@ -39,6 +39,8 @@ src_install() { dodoc HISTORY LICENSE README* + dodir /usr/share/doc/${PF}/sql + insinto /usr/share/doc/${PF}/sql doins table* newinitd ${FILESDIR}/gld.rc gld @@ -49,6 +51,6 @@ pkg_postinst() { einfo "Please read /usr/share/doc/${PF}/README.gz for details on how to setup" einfo "gld." echo - einfo "The tables.sql file is located at /usr/share/doc/${PF}/sql/tables.sql." + einfo "The tables.*sql files are located at /usr/share/doc/${PF}/sql." echo } |