Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 327287 - www-servers/cherokee pkg_postinst uses hardcoded versions
Summary: www-servers/cherokee pkg_postinst uses hardcoded versions
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High QA (vote)
Assignee: José Alberto Suárez López (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-07 11:32 UTC by Ewoud Kohl van Wijngaarden
Modified: 2011-02-22 21:48 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 Ewoud Kohl van Wijngaarden 2010-07-07 11:32:24 UTC
While there's
    insinto /usr/share/${PF}/contrib
in src_install(). pkg_postinst uses
    elog "    /usr/share/cherokee-0.99.15/contrib/"

Isn't it better to use
    elog "    /usr/share/${PF}/contrib"
as well?

Reproducible: Always

Steps to Reproduce:
Comment 1 José Alberto Suárez López (RETIRED) gentoo-dev 2011-02-22 21:48:00 UTC
you are right. fixed