Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 106155 - typo in ivtv-0.3.8.ebuild
Summary: typo in ivtv-0.3.8.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Doug Goldstein (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-16 00:23 UTC by Jelle Kalf
Modified: 2005-09-19 16:21 UTC (History)
1 user (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 Jelle Kalf 2005-09-16 00:23:08 UTC
at the end of the ebuild:
    ewarn "PVR-150/500 users need to run the following command to setup the
firmware:"
    ewarn "ln -sf /lib/modules/HcwFalcn.rom /lib/modules/ivtv/fw-enc.bin"

this must be changed into:
    ewarn "PVR-150/500 users need to run the following command to setup the
firmware:"
    ewarn "ln -sf /lib/modules/HcwFalcn.rom /lib/modules/ivtv-fw-enc.bin"

it stated: /lib/modules/ivtv/fw-enc.bin instead of the proper
/lib/modules/ivtv-fw-enc.bin

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Doug Goldstein (RETIRED) gentoo-dev 2005-09-19 16:21:40 UTC
done