Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 43211 - gocr installs man page to wrong directory
Summary: gocr installs man page to wrong directory
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Text-Markup Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-28 09:45 UTC by Tuomas Suutari
Modified: 2004-03-11 22:22 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 Tuomas Suutari 2004-02-28 09:45:50 UTC
gocr's manual page got installed to /usr/usr/share/man/man1 by emerge.
While the correct place is /usr/share/man/man1.

It also has execution bit set.


Reproducible: Always
Steps to Reproduce:
1. emerge gocr
2.
3.

Actual Results:  
# ls -l /usr/usr/share/man/man1/gocr.1 
-rwxr-xr-x    1 root     root         2.0K Feb 28 
19:25 /usr/usr/share/man/man1/gocr.1* 
 

Expected Results:  
# ls -l /usr/share/man/man1/gocr.1 
-rw-r--r--    1 root     root         2.0K Feb 28 
19:25 /usr/share/man/man1/gocr.1*
Comment 1 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-03-11 22:22:17 UTC
Fixed in CVS. Thanks for reporting.