simply adding the correct "datadir" to install does it: --- snipp --- --- cpu-1.4.2.ebuild.org 2003-10-27 11:17:30.000000000 +0100 +++ cpu-1.4.2.ebuild 2004-01-03 01:06:33.000000000 +0100 @@ -41,6 +41,6 @@ } src_install() { - einstall bindir="${D}/usr/sbin" || die "Einstall failure" + einstall bindir="${D}/usr/sbin" datadir=${D}/usr/share/doc/${P} || die "Einstall failure" dodoc AUTHORS COPYING ChangeLog NEWS README TODO } --- snapp --- Reproducible: Always Steps to Reproduce:
should be ${PF} not ${P}
right -- I keep mixing the two up :(
fixed in CVS.
I'm the upstream maintainer, it's been fixed in CVS will appear in version 1.4.3.