--- ../../../../app-emacs/chess/chess-2.0_beta5-r1.ebuild 2007-02-09 01:26:28.000000000 +0100 +++ chess-2.0_beta5-r1.ebuild 2007-02-27 11:07:33.000000000 +0100 @@ -25,7 +25,7 @@ S="${WORKDIR}/${P/_beta/b}" -SITEFILE=50chess-gentoo.el +SITEFILE=51chess-gentoo.el src_unpack() { unpack ${A} @@ -40,7 +40,10 @@ src_install() { elisp-install ${PN} *.el *.elc elisp-site-file-install "${FILESDIR}/${SITEFILE}" - cp -r "${S}/../pieces" "${S}/../sounds" "${D}/${SITELISP}/${PN}" + dodir /usr/share/pixmaps/${PN} + cp -r "${WORKDIR}/pieces/." "${D}/usr/share/pixmaps/${PN}" + dodir /usr/share/sounds/${PN} + cp -r "${WORKDIR}/sounds/." "${D}/usr/share/sounds/${PN}" doinfo chess.info dohtml *.html dodoc ChangeLog EPD.txt PGN.txt PLAN README TODO