From 52bf332627f850a84d09d6ccd96c7a968b0efaed Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 14 Oct 2021 09:45:10 +0100 Subject: app-shells/bash: add EPREFIX to rpath Signed-off-by: Sam James --- app-shells/bash/bash-5.1_p8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-shells/bash/bash-5.1_p8.ebuild b/app-shells/bash/bash-5.1_p8.ebuild index 88199a177aa1..5f26b4a7e3ab 100644 --- a/app-shells/bash/bash-5.1_p8.ebuild +++ b/app-shells/bash/bash-5.1_p8.ebuild @@ -159,7 +159,7 @@ src_configure() { fi if use plugins ; then - append-ldflags -Wl,-rpath,/usr/$(get_libdir)/bash + append-ldflags -Wl,-rpath,"${EPREFIX}"/usr/$(get_libdir)/bash else # Disable the plugins logic by hand since bash doesn't # provide a way of doing it. -- cgit v1.2.3-65-gdbad