diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2002-09-30 08:55:10 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2002-09-30 08:55:10 +0000 |
commit | 95c5f48d1ef70aef1ac2b1851370c4b512ac9777 (patch) | |
tree | 707ce2fc27cefc958cf5358bf2dabc7e2610fa8b /net-mail | |
parent | changed einstall to install and placed man pages in proper dir Fixes bug #8554 (diff) | |
download | gentoo-2-95c5f48d1ef70aef1ac2b1851370c4b512ac9777.tar.gz gentoo-2-95c5f48d1ef70aef1ac2b1851370c4b512ac9777.tar.bz2 gentoo-2-95c5f48d1ef70aef1ac2b1851370c4b512ac9777.zip |
fixed an oops
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/fetchmail/fetchmail-5.9.14.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/fetchmail/fetchmail-5.9.14.ebuild b/net-mail/fetchmail/fetchmail-5.9.14.ebuild index 77c13f01de16..4b4b763f86b9 100644 --- a/net-mail/fetchmail/fetchmail-5.9.14.ebuild +++ b/net-mail/fetchmail/fetchmail-5.9.14.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/net-mail/fetchmail/fetchmail-5.9.14.ebuild,v 1.4 2002/09/30 06:39:35 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-5.9.14.ebuild,v 1.5 2002/09/30 08:55:10 bcowan Exp $ S="${WORKDIR}/${P}" @@ -55,7 +55,7 @@ src_install() { README.NTLM README.SSL TODO COPYING MANIFEST doman /usr/share/man/*.1 - dosym /usr/share/man/fetchmailconf fetchmail.1 + dosym /usr/share/man/man1/fetchmailconf* /usr/share/man/man1/fetchmail.1.gz exeinto /etc/init.d doexe ${FILESDIR}/fetchmail |