commit: 5c0c0222f7d4aa183d1a2a471b3c2122ee23547c Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Tue Feb 24 03:39:21 2026 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Tue Feb 24 03:39:21 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c0c0222
sys-apps/install-xattr: pass PREFIX in compile phase Bug: https://bugs.gentoo.org/963699 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> sys-apps/install-xattr/install-xattr-9999.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys-apps/install-xattr/install-xattr-9999.ebuild b/sys-apps/install-xattr/install-xattr-9999.ebuild index ee4ea70757f6..b9f924aef7f9 100644 --- a/sys-apps/install-xattr/install-xattr-9999.ebuild +++ b/sys-apps/install-xattr/install-xattr-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -24,6 +24,10 @@ src_configure() { append-lfs-flags } +src_compile() { + emake PREFIX="${EPREFIX}/usr" +} + src_install() { emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install }
