Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 5339 - media-video/em8300-modules: typo in pkg_postinst
Summary: media-video/em8300-modules: typo in pkg_postinst
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Brandon Low (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-21 10:08 UTC by Tom von Schwerdtner
Modified: 2003-02-04 19: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 Tom von Schwerdtner 2002-07-21 10:08:49 UTC
line 79 (in the einfo block):

einfo "the contents of /usr/share/doc/em8300-0.12.0/devfs_symlinks"

Has a few problems:

1) the path is wrong, the doc directory is actually em8300-modules-0.12.0.  
I think it would make the most sense to just use ${P} instead of hard-coding it
here.

2) The file is gzipped, so it should be devfs_symlinks.gz


Q: Should a patch normally be submitted for something like this or is a "heads
up" okay?
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-07-21 10:32:39 UTC
a heads up is fine.  And thanks for catching this :)
Comment 2 Brandon Low (RETIRED) gentoo-dev 2002-07-21 20:28:41 UTC
fixed, thanks.