Bug 43211 - gocr installs man page to wrong directory
Bug#: 43211 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: minor Priority: P2
Resolution: FIXED Assigned To: text-markup@gentoo.org Reported By: thsuut@utu.fi
Component: Applications
URL: 
Summary: gocr installs man page to wrong directory
Keywords:  
Status Whiteboard: 
Opened: 2004-02-28 09:45 0000
Description:   Opened: 2004-02-28 09:45 0000
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 From Mamoru KOMACHI (RETIRED) 2004-03-11 22:22:17 0000 -------
Fixed in CVS. Thanks for reporting.