diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2008-09-10 15:45:08 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2008-09-10 15:45:08 +0000 |
commit | 0edb2dbd9e0f523c96d4b817fa72621c2e00f361 (patch) | |
tree | d57d86d4ada29113cc785710bbd1f837fcf596b8 /mail-filter/popfile | |
parent | removing bindnow-flags bit, bug #227033. Thanks to Thomas Tuegel for testing.... (diff) | |
download | gentoo-2-0edb2dbd9e0f523c96d4b817fa72621c2e00f361.tar.gz gentoo-2-0edb2dbd9e0f523c96d4b817fa72621c2e00f361.tar.bz2 gentoo-2-0edb2dbd9e0f523c96d4b817fa72621c2e00f361.zip |
(non-maintainer commit) Fixed fperms line for bug 234417, comment #1.
(Portage version: 2.2_rc8/cvs/Linux 2.6.22-gentoo-r2 i686)
Diffstat (limited to 'mail-filter/popfile')
-rw-r--r-- | mail-filter/popfile/popfile-1.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-filter/popfile/popfile-1.0.1.ebuild b/mail-filter/popfile/popfile-1.0.1.ebuild index 865303d200cb..15391741bba6 100644 --- a/mail-filter/popfile/popfile-1.0.1.ebuild +++ b/mail-filter/popfile/popfile-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/popfile/popfile-1.0.1.ebuild,v 1.1 2008/06/22 20:03:53 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/popfile/popfile-1.0.1.ebuild,v 1.2 2008/09/10 15:45:08 darkside Exp $ DESCRIPTION="Anti-spam bayesian filter" HOMEPAGE="http://getpopfile.org" @@ -36,6 +36,6 @@ src_install() { rm -rf manual *.change license insinto /usr/share/${PN} doins -r * - fperms 755 /usr/share/${PN}/*.pl + fperms 755 /usr/share/${PN}/{popfile,insert,pipe,bayes}.pl dosbin "${FILESDIR}"/${PN} } |