Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
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.
Created an attachment (id=1315) [details] tightvnc-1.2.3-r2.ebuild (Update)
thank you. committed