| Bug#: 15635 | Product: Gentoo Linux | Version: unspecified | Platform: All |
| OS/Version: Linux | Status: RESOLVED | Severity: trivial | Priority: P2 |
| Resolution: FIXED | Assigned To: bug-wranglers@gentoo.org | Reported By: perdix@web.de | |
| Component: Applications | |||
| URL: | |||
| Summary: app-office/sc man page refers to ${D}/usr/lib/sc/ | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2003-02-13 10:19 0000 | |||
| Description: | Opened: 2003-02-13 10:19 0000 |
The sc(1) manpage refers to the builddir, in my case
/var/tmp/portage/sc-7.12/image//usr/lib/sc/tutorial.sc
The correct directory would (of course) be /usr/lib/sc/tutorial.sc
Reproducible: Always
Steps to Reproduce:
1. man sc
2.
3.
Actual Results:
(output snip)
For an online tutorial, type the command:
sc /var/tmp/portage/sc-7.12/image//usr/lib/sc/tutorial.sc
Expected Results:
the line
"/var/tmp/portage/sc-7.12/image//usr/lib/sc/tutorial.sc"
should have read
"/usr/lib/sc/tutorial.sc"
Created an attachment (id=8235) [details]
patch to let the ebuild for sc delete the ${D} part from the man-page
nice catch! fixed in cvs.