Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 3337

Summary: tightvnc-1.2.3-r2.ebuild (Update)
Product: Gentoo Linux Reporter: Leho Kraav (:macmaN @lkraav) <leho>
Component: New packagesAssignee: Ryan Phillips (RETIRED) <rphillips>
Status: RESOLVED FIXED    
Severity: enhancement CC: leho
Priority: High    
Version: 1.1a   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: tightvnc-1.2.3-r2.ebuild (Update)

Description Leho Kraav (:macmaN @lkraav) 2002-06-02 17:40:23 UTC
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 Leho Kraav (:macmaN @lkraav) 2002-06-02 17:42:18 UTC
Created attachment 1315 [details]
tightvnc-1.2.3-r2.ebuild (Update)
Comment 2 Ryan Phillips (RETIRED) gentoo-dev 2002-06-04 01:38:54 UTC
thank you.  committed