I just noticed when installing the new baselayout that when I went to check the changelog it wasn't in /usr/share/doc/baselayout-1.8.6.6/, but there are 2 changelogs in the sysvinit-2.84 dir. from the ebuild: if [ -z "`use build`" ] then ...do sutff... docinto sysvinit-${SVIV} dodoc COPYRIGHT README doc/* fi for foo in ${S}/man/* do [ -f ${foo} ] && doman ${foo} done dodoc ${FILESDIR}/copyright dodoc ${S}/ChangeLog The doc dir is being set in the if block for sysvinit but it isn't being set back to the default location for the baselayout docs. Reproducible: Always Steps to Reproduce:
Fixed, thanks.