summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kohler <bkohler@gentoo.org>2022-10-04 10:48:05 -0500
committerBen Kohler <bkohler@gentoo.org>2022-10-04 10:48:29 -0500
commitb1d0267a0c42742a05e4a378978dc0e309a7ebc7 (patch)
tree3670b00a21553ac32ae22347070db7b35a1b8e69 /sys-apps/hwinfo
parentprofiles: mask buggy 5.19.12 kernel for Intel LCDs (diff)
downloadgentoo-b1d0267a0c42742a05e4a378978dc0e309a7ebc7.tar.gz
gentoo-b1d0267a0c42742a05e4a378978dc0e309a7ebc7.tar.bz2
gentoo-b1d0267a0c42742a05e4a378978dc0e309a7ebc7.zip
sys-apps/hwinfo: respect EPREFIX in pkgconfig file
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'sys-apps/hwinfo')
-rw-r--r--sys-apps/hwinfo/hwinfo-22.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/hwinfo/hwinfo-22.1-r1.ebuild b/sys-apps/hwinfo/hwinfo-22.1-r1.ebuild
index 0ca3f0bdb1a3..f26f8ed34b55 100644
--- a/sys-apps/hwinfo/hwinfo-22.1-r1.ebuild
+++ b/sys-apps/hwinfo/hwinfo-22.1-r1.ebuild
@@ -47,7 +47,7 @@ src_prepare() {
src_compile() {
tc-export AR
- emake CC="$(tc-getCC)" RPM_OPT_FLAGS="${CFLAGS}" LIBDIR="/usr/$(get_libdir)"
+ emake CC="$(tc-getCC)" RPM_OPT_FLAGS="${CFLAGS}" LIBDIR="${EPREFIX}/usr/$(get_libdir)"
}
src_install() {