Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 52916 - apache-manual sed problem
Summary: apache-manual sed problem
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-03 14:47 UTC by Antonio
Modified: 2004-06-04 05:49 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 Antonio 2004-06-03 14:47:55 UTC
In apache-manual-2.0.49-r1.ebuild and apache-manual-2.0.49-r3.ebuild there are this problem:

rc_install() {
        insinto /etc/apache2/conf/modules.d
        doins ${FILESDIR}/00_apache_manual.conf
        sed -i -e "s:2.0.49:${MV_VERSION}:" .....     <------------

The MV_VERSION do not exists, exists MY_VERSION

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Chuck Short (RETIRED) gentoo-dev 2004-06-04 05:49:18 UTC
Oops..fixed