Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 699420 - app-doc/eclass-manpages: src_install fails on prefix system
Summary: app-doc/eclass-manpages: src_install fails on prefix system
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2019-11-06 07:11 UTC by Michael Rohleder (mroh)
Modified: 2019-11-06 08:45 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 Michael Rohleder (mroh) 2019-11-06 07:11:32 UTC
$EPREFIX is missing for the emake PREFIX

Reproducible: Always




easy fix:
src_install() {
emake install DESTDIR="${D}" PREFIX="${EPREFIX}"/usr
}
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2019-11-06 08:43:07 UTC
Indeed it is.
Comment 2 Larry the Git Cow gentoo-dev 2019-11-06 08:45:22 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5af21cdd62920aa00d4ac4748b09554c0569bfb4

commit 5af21cdd62920aa00d4ac4748b09554c0569bfb4
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2019-11-06 08:43:42 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2019-11-06 08:45:16 +0000

    app-doc/eclass-manpages: Fix install on Prefix
    
    Closes: https://bugs.gentoo.org/699420
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 app-doc/eclass-manpages/eclass-manpages-20190908.ebuild | 2 +-
 app-doc/eclass-manpages/eclass-manpages-99999999.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)