commit: 7fb2f8eab153061818474bf8c552581259e433b3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 26 15:27:55 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 26 15:27:55 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fb2f8ea
sys-apps/eza: quote WORKDIR again
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/eza/eza-0.21.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/eza/eza-0.21.6.ebuild b/sys-apps/eza/eza-0.21.6.ebuild
index 911a1ab02433..6e63c629ccaf 100644
--- a/sys-apps/eza/eza-0.21.6.ebuild
+++ b/sys-apps/eza/eza-0.21.6.ebuild
@@ -304,5 +304,5 @@ src_install() {
dozshcomp "completions/zsh/_${PN}"
dofishcomp "completions/fish/${PN}.fish"
- doman ${WORKDIR}/target/man-${PV}/*
+ doman "${WORKDIR}"/target/man-${PV}/*
}