Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3337 - tightvnc-1.2.3-r2.ebuild (Update)
Summary: tightvnc-1.2.3-r2.ebuild (Update)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-02 17:40 UTC by Leho Kraav (:macmaN @lkraav)
Modified: 2002-06-04 01:38 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
tightvnc-1.2.3-r2.ebuild (Update) (tightvnc-1.2.3-r2.ebuild,891 bytes, text/plain)
2002-06-02 17:42 UTC, Leho Kraav (:macmaN @lkraav)
Details

Note You need to log in before you can comment on or make changes to this bug.
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