Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 189729 - x11-libs/fltk-1.1.7-r2: HTML documentation is placed in wrong directory
Summary: x11-libs/fltk-1.1.7-r2: HTML documentation is placed in wrong directory
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Desktop Misc. Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-21 16:42 UTC by Arfrever Frehtes Taifersar Arahesis (RETIRED)
Modified: 2007-08-22 09:25 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2007-08-21 16:42:06 UTC
HTML documentation is placed in /usr/share/doc/fltk instead of /usr/share/doc/fltk-1.1.7-r2/html. There is also empty /usr/share/doc/fltk-1.1.7/html directory created. They are caused by a typo in the ebuild.
(`mv` tries to move files to inexistent directory.)

--- x11-libs/fltk/fltk-1.1.7-r2.ebuild
+++ x11-libs/fltk/fltk-1.1.7-r2.ebuild
@@ -93,7 +93,7 @@

        doenvd 99fltk-${SLOT}

-       dodir /usr/share/doc/${P}/html
+       dodir /usr/share/doc/${PF}/html
        mv ${D}/usr/share/doc/fltk/* ${D}/usr/share/doc/${PF}/html
        rmdir ${D}/usr/share/doc/fltk
        rm -rf ${D}/usr/share/man/cat{1,3}
Comment 1 Santiago M. Mola (RETIRED) gentoo-dev 2007-08-21 18:28:41 UTC
Fixed in CVS, thanks for reporting!
Comment 2 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2007-08-22 09:10:13 UTC
...
--- replaced obj /usr/share/doc/fltk-1.1.7-r2/html/examples/editor.cxx
--- replaced obj /usr/share/doc/fltk-1.1.7-r2/html/examples/doublebuffer.cxx
<<<          obj /usr/share/doc/fltk-1.1.7-r2/html/examples/demo.menu
--- replaced obj /usr/share/doc/fltk-1.1.7-r2/html/examples/demo.cxx
--- replaced obj /usr/share/doc/fltk-1.1.7-r2/html/examples/curve.cxx
...

- dohtml -A xbm,xpm,h,cxx,fl -r "${D}"/usr/share/doc/fltk/*
+ dohtml -A xbm,xpm,h,cxx,fl,menu -r "${D}"/usr/share/doc/fltk/*
Comment 3 Santiago M. Mola (RETIRED) gentoo-dev 2007-08-22 09:25:37 UTC
Fixed... again. Sorry for the error.