Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 20091 - baselayout-1.8.6.6 installs docs to wrong place
Summary: baselayout-1.8.6.6 installs docs to wrong place
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High trivial
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-28 01:58 UTC by Matt Taylor
Modified: 2003-04-28 14:42 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 Matt Taylor 2003-04-28 01:58:09 UTC
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:
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2003-04-28 14:42:37 UTC
Fixed, thanks.