--- pygtk-2.10.3.ebuild.orig 2007-01-02 12:39:01.000000000 +0000 +++ pygtk-2.10.3.ebuild 2007-01-02 12:43:05.000000000 +0000 @@ -57,9 +57,7 @@ cp -r examples ${D}/usr/share/doc/${PF}/ if use doc; then - cd "${S}"/../ - dodir /usr/share/gtk-doc/html - cp -pPR pygtk2reference ${D}/usr/share/gtk-doc/html/ + cp -r ${WORKDIR}/pygtk2reference/{cursors,icons,images} ${D}/usr/share/gtk-doc/html/pygtk/ fi }