commit: ddae0cf6a11da9d0d29257169b5e99497ea9af6b
parent: 13a3625e025f369f17a9888cc07f3cf59d4d2c7e
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sun, 31 Mar 2019 12:04:18 +0200
app-shells/mksh: Change from exeinto+doexe to into+dobin
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-shells/mksh/mksh-9999.ebuild b/app-shells/mksh/mksh-9999.ebuild
@@ -35,8 +35,8 @@ src_compile() {
}
src_install() {
- exeinto /bin
- doexe mksh
+ into /
+ dobin mksh
doman mksh.1
dodoc dot.mkshrc
}