Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 604282 - app-misc/figlet-2.2.5 image path gets double prefixed
Summary: app-misc/figlet-2.2.5 image path gets double prefixed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All All
: Normal normal
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-31 20:28 UTC by yuex
Modified: 2017-01-02 08:19 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch to figlet-2.2.5.ebuild to fix this problem (diff.patch,575 bytes, patch)
2016-12-31 20:28 UTC, yuex
Details | Diff
patch to figlet-2.2.5.ebuild to fix this problem (diff.patch,423 bytes, patch)
2016-12-31 20:34 UTC, yuex
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description yuex 2016-12-31 20:28:45 UTC
Created attachment 458180 [details, diff]
patch to figlet-2.2.5.ebuild to fix this problem

It seems that ${ED} already has the ${EPREFIX} as a suffix. BINDIR, MANDIR, prefix should not be prefixed again. Or when emerging, at the end of src_install() there will be QA notice telling that path gets double prefixed.

The attached patch should fix this problem. I tested it on MacOS Sierra 10.12
Comment 1 yuex 2016-12-31 20:34:28 UTC
Created attachment 458182 [details, diff]
patch to figlet-2.2.5.ebuild to fix this problem
Comment 2 Fabian Groffen gentoo-dev 2017-01-02 08:19:36 UTC
The problem was the ED, it should've been just D.  I've fixed that now, thanks!