diff options
author | 2021-08-21 21:32:53 +0800 | |
---|---|---|
committer | 2021-08-26 21:03:26 +0800 | |
commit | fe5cad3a3be75690eacc752e8f22fdae8918f34d (patch) | |
tree | 471410ec9634959e141c7e9b5167ab8029500037 /app-misc/radeontop/radeontop-1.3-r3.ebuild | |
parent | dev-util/roctracer: bump version to 4.3.0 (diff) | |
download | gentoo-fe5cad3a3be75690eacc752e8f22fdae8918f34d.tar.gz gentoo-fe5cad3a3be75690eacc752e8f22fdae8918f34d.tar.bz2 gentoo-fe5cad3a3be75690eacc752e8f22fdae8918f34d.zip |
app-misc/radeontop: fit for gentoo prefix
export PREFIX="${EPREFIX}"/usr in src_configure,
so the install location is in ${EPREFIX}
Closes: https://github.com/gentoo/gentoo/pull/22064
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com>
Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'app-misc/radeontop/radeontop-1.3-r3.ebuild')
-rw-r--r-- | app-misc/radeontop/radeontop-1.3-r3.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-misc/radeontop/radeontop-1.3-r3.ebuild b/app-misc/radeontop/radeontop-1.3-r3.ebuild index 4088c077cd3b..eb8884a435a3 100644 --- a/app-misc/radeontop/radeontop-1.3-r3.ebuild +++ b/app-misc/radeontop/radeontop-1.3-r3.ebuild @@ -54,4 +54,5 @@ src_configure() { export xcb=1 # Do not add -g or -s to CFLAGS export plain=1 + export PREFIX="${EPREFIX}"/usr } |