summaryrefslogtreecommitdiff
path: root/dev-util/perf/perf-5.8.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/perf/perf-5.8.ebuild')
-rw-r--r--dev-util/perf/perf-5.8.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-util/perf/perf-5.8.ebuild b/dev-util/perf/perf-5.8.ebuild
index 98e5a27536a7..604113203758 100644
--- a/dev-util/perf/perf-5.8.ebuild
+++ b/dev-util/perf/perf-5.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -184,6 +184,7 @@ perf_make() {
NO_ZLIB= \
WERROR=0 \
LIBDIR="/usr/libexec/perf-core" \
+ libdir="${EPREFIX}/usr/$(get_libdir)" \
"$@"
}