Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10523 - Small glitch in fetchmail 6.1.2 ebuild prevents man pages from being installed
Summary: Small glitch in fetchmail 6.1.2 ebuild prevents man pages from being installed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Nick Hadaway
URL: http://www.tuxedo.org/~esr/fetchmail/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-10 07:54 UTC by Javier Marcet
Modified: 2002-11-14 14:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Javier Marcet 2002-11-10 07:54:49 UTC
Small as the glitch is, it does not install man pages. 
Please apply :) 
 
--- /portage/net-mail/fetchmail/fetchmail-6.1.2.ebuild  2002-11-01 
23:52:20.000000000 +0100 
+++ fetchmail-6.1.2.ebuild      2002-11-10 14:49:26.000000000 +0100 
@@ -51,7 +51,7 @@ 
        dodoc FAQ FEATURES ABOUT-NLS NEWS NOTES README \ 
                README.NTLM README.SSL TODO COPYING MANIFEST 
 
-       doman /usr/share/man/*.1 
+       doman ${D}/usr/share/man/*.1 
        rm -f ${D}/usr/share/man/*.1 
 
        exeinto /etc/init.d
Comment 1 Nick Hadaway 2002-11-14 14:57:10 UTC
I have updated the ebuild and also marked the ebuild stable.  Thanks for the 
fix!