Commit: 82177bc460c32dd783a80235c257cab4e10b58aa Parent: f8eb0a1408fedcdbcb84bdc792ede42cc4e551d1 Author: Randy Palamar Date: Sun, 7 May 2023 08:42:06 -0600 app-shells/oksh: link to ksh.1.gz when using ksh flag Diffstat:
M | app-shells/oksh/oksh-9999.ebuild | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-shells/oksh/oksh-9999.ebuild b/app-shells/oksh/oksh-9999.ebuild @@ -25,7 +25,7 @@ src_install() { emake DESTDIR="${D}" install use ksh && dosym oksh /bin/ksh || die einstalldocs - use ksh && dosym oksh.1.gz "${EPREFIX}"/usr/share/man/man1/ksh.1 || die + use ksh && dosym oksh.1.gz "${EPREFIX}"/usr/share/man/man1/ksh.1.gz || die } pkg_postinst() {