Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 176490 - fuse-2.6.4-r1.ebuild references non-existant file - other files missing.
Summary: fuse-2.6.4-r1.ebuild references non-existant file - other files missing.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Lowest trivial
Assignee: Stefan Schweizer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-29 19:16 UTC by Alexander Skwar
Modified: 2007-04-29 19:50 UTC (History)
3 users (show)

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 Alexander Skwar 2007-04-29 19:16:57 UTC
In fuse-2.6.4-r1.ebuild, there is:

    dodoc AUTHORS ChangeLog Filesystems README README-2.4 \                                     
        README.NFS NEWS doc/how-fuse-works                                                      

The file README-2.4 does not exist in the fuse-2.6.4 tarball anymore.

OTOH, doc/kernel.txt and FAQ are missing from the distribution. On purpose? IMO they should be part of the dodoc line, like so:

    dodoc AUTHORS ChangeLog Filesystems README \                                     
        README.NFS NEWS doc/how-fuse-works \
        doc/kernel.txt FAQ
Comment 1 Stefan Schweizer (RETIRED) gentoo-dev 2007-04-29 19:50:00 UTC
thanks, committed.