diff options
author | 2021-03-03 14:59:26 +0800 | |
---|---|---|
committer | 2021-03-03 11:22:57 +0100 | |
commit | c8f16976c02e15fed57e40aa4c6449691c3a3766 (patch) | |
tree | 79faf77497d3341329be20c9868841fa4de72342 /dev-util/perf/perf-5.8.ebuild | |
parent | dev-python/pyvirtualdisplay: Bump to 2.1 (diff) | |
download | gentoo-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.8.ebuild')
-rw-r--r-- | dev-util/perf/perf-5.8.ebuild | 3 |
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)" \ "$@" } |