commit: 440033f08eb1cf54b963771efad879c08cbe5761
parent: 3a6702bb0d6e9feb8a6c839ea7760fc449b9f392
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Tue, 4 Dec 2018 06:38:45 +0100
sys-libs/gcompat: get_linker_name: command not found
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-libs/gcompat/gcompat-0.3.0.ebuild b/sys-libs/gcompat/gcompat-0.3.0.ebuild
@@ -32,13 +32,13 @@ get_linker_path() {
src_compile() {
emake \
- LINKER_NAME="$(get_linker_name)" \
+ LINKER_PATH="$(get_linker_path)" \
LOADER_NAME="$(get_loader_name)"
}
src_install() {
emake \
- LINKER_NAME="$(get_linker_name)" \
+ LINKER_PATH="$(get_linker_path)" \
LOADER_NAME="$(get_loader_name)" \
DESTDIR="${D}" \
install