app-shells/bash: add EPREFIX to rpath

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-10-14 09:45:10 +01:00
parent 8a5fe77529
commit 52bf332627

View File

@@ -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.