Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 3337
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Ryan Phillips (RETIRED) <rphillips@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Leho Kraav <leho@kraav.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
tightvnc-1.2.3-r2.ebuild tightvnc-1.2.3-r2.ebuild (Update) text/plain Leho Kraav 2002-06-02 17:42 0000 891 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 3337 depends on: Show dependency tree
Bug 3337 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2002-06-02 17:40 0000
Howdy,

tightvnc-1.2.3-r1.ebuild does not have a correct installation procedure for the 
tightvnc man pages. install() does not find the temporary man1 directory to put the man pages in, 
it is necessary to add a few lines to the r1 ebuild script and modify the final vncinstall line to 
include a pointer to where the man pages should be installed:

src_install() {                                                                 
                                                                                
        cd ${S}                                                                 
        
mkdir -p ${D}/usr/bin                                                   
        mkdir -p ${D}/usr/man                                                   
        mkdir -p ${D}/usr/man/man1                                              
        ./vncinstall 
${D}/usr/bin ${D}/usr/man || die                           
}

should install the man pages correctly. The attached 
file reflects these changes.

------- Comment #1 From Leho Kraav 2002-06-02 17:42:18 0000 -------
Created an attachment (id=1315) [details]
tightvnc-1.2.3-r2.ebuild (Update)

------- Comment #2 From Ryan Phillips (RETIRED) 2002-06-04 01:38:54 0000 -------
thank you.  committed

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug