summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author12101111 <w12101111@gmail.com>2021-03-03 14:59:26 +0800
committerGuilherme Amadio <amadio@gentoo.org>2021-03-03 11:22:57 +0100
commitc8f16976c02e15fed57e40aa4c6449691c3a3766 (patch)
tree79faf77497d3341329be20c9868841fa4de72342 /dev-util/perf/perf-5.11.ebuild
parentdev-python/pyvirtualdisplay: Bump to 2.1 (diff)
downloadgentoo-c8f16976c02e15fed57e40aa4c6449691c3a3766.tar.gz
gentoo-c8f16976c02e15fed57e40aa4c6449691c3a3766.tar.bz2
gentoo-c8f16976c02e15fed57e40aa4c6449691c3a3766.zip
dev-util/perf: fix libdir
Closes: https://bugs.gentoo.org/774006 Closes: https://github.com/gentoo/gentoo/pull/19746 Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Han PuYu <w12101111@gmail.com> Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'dev-util/perf/perf-5.11.ebuild')
-rw-r--r--dev-util/perf/perf-5.11.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-util/perf/perf-5.11.ebuild b/dev-util/perf/perf-5.11.ebuild
index 57147178746e..eda4faf8ef8e 100644
--- a/dev-util/perf/perf-5.11.ebuild
+++ b/dev-util/perf/perf-5.11.ebuild
@@ -198,6 +198,7 @@ perf_make() {
NO_ZLIB= \
WERROR=0 \
LIBDIR="/usr/libexec/perf-core" \
+ libdir="${EPREFIX}/usr/$(get_libdir)" \
"$@"
}