commit: 2974eda51bea48e4b6bec7c0dd79e21c5351dfd6
Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 8 10:02:07 2018 +0000
Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Wed Aug 8 10:03:01 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2974eda5
dev-util/astyle: fix on prefix
Ebuild functions like dosym already prepend ${EPREFIX},
so it should not be added in this case (leads to double prefix).
Package-Manager: Portage-2.3.45, Repoman-2.3.10
dev-util/astyle/astyle-3.1-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/astyle/astyle-3.1-r2.ebuild
b/dev-util/astyle/astyle-3.1-r2.ebuild
index 4394e1defb2..cc209262632 100644
--- a/dev-util/astyle/astyle-3.1-r2.ebuild
+++ b/dev-util/astyle/astyle-3.1-r2.ebuild
@@ -54,7 +54,7 @@ src_install() {
local libastylename="lib${PN}.so.${PV}.0"
local libastylejname="lib${PN}j.so.${PV}.0"
- local libdestdir="${EPREFIX}/usr/$(get_libdir)"
+ local libdestdir="/usr/$(get_libdir)"
dolib.so "${libastylename}"
dosym "${libastylename}"
"${libdestdir}/lib${PN}.so.$(get_major_version)"