Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 323103 - app-text/highlight installs stuff in /share
Summary: app-text/highlight installs stuff in /share
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Jonathan Callen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-07 18:02 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2010-06-08 01:19 UTC (History)
3 users (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 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-06-07 18:02:00 UTC
Not /usr/share, just /share…
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2010-06-07 18:06:23 UTC
Looks like adding those EPREFIX's to the ebuild broke it. 
Please revert the commit.

22 Feb 2010; Jonathan Callen <abcd@gentoo.org> highlight-2.9.ebuild:
Add prefix keywords, support; bump EAPI
Comment 2 Jonathan Callen (RETIRED) gentoo-dev 2010-06-08 01:19:47 UTC
(In reply to comment #1)
> Looks like adding those EPREFIX's to the ebuild broke it. 
> Please revert the commit.
> 
> 22 Feb 2010; Jonathan Callen <abcd@gentoo.org> highlight-2.9.ebuild:
> Add prefix keywords, support; bump EAPI
> 

Instead of reverting, I just fixed it so that it installs into the proper dir ($EPREFIX/usr) on both prefix and non-prefix systems.