diff options
Diffstat (limited to 'app-shells/ksh/ksh-9999.ebuild')
-rw-r--r-- | app-shells/ksh/ksh-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/ksh/ksh-9999.ebuild b/app-shells/ksh/ksh-9999.ebuild index 15fbc5bb62c7..8e02335af1d6 100644 --- a/app-shells/ksh/ksh-9999.ebuild +++ b/app-shells/ksh/ksh-9999.ebuild @@ -66,8 +66,8 @@ src_install() { local myhost="$(sh bin/package host)" cd "arch/${myhost}" || die - dodir /bin - mv bin/ksh "${ED}"/bin/ || die + into / + dobin bin/ksh dosym ksh /bin/rksh newman man/man1/sh.1 ksh.1 |