Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 35406 | Differences between
and this patch

Collapse All | Expand All

(-)env/t/TEST.PL (+2 lines)
Lines 32-37 sub configure { Link Here
32
               qq(LoadModule apreq_module "$env_dir_libs/mod_apreq.so"\n));
32
               qq(LoadModule apreq_module "$env_dir_libs/mod_apreq.so"\n));
33
    bless $cfg, "My::TestConfig";
33
    bless $cfg, "My::TestConfig";
34
    $self->SUPER::configure();
34
    $self->SUPER::configure();
35
    system " sed -e 's/\\\/var\\\/run\\\///
36
    s/\\\/etc\\\/apache2\\\/mime.types/\\\/etc\\\/apache2\\\/conf\\\/mime.types/' -i conf/apache_test_config.pm conf/httpd.conf";
35
}
37
}
36
38
37
39

Return to bug 35406