Commit: a7a68b944ba7977d5eaef9dee717d3a425f16ef3 Parent: 189b92d70b48cfffab96fc686ad4a342f99daf88 Author: 0x766F6964 Date: Wed, 22 Jan 2020 21:38:30 -0700 specify bindir for oksh configure script Diffstat:
M | app-shells/oksh/oksh-9999.ebuild | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/app-shells/oksh/oksh-9999.ebuild b/app-shells/oksh/oksh-9999.ebuild @@ -16,6 +16,7 @@ src_configure() { $(use_enable ksh) \ $(use_enable curses) \ --prefix=/ \ + --bindir=/bin \ --mandir=/usr/share/man }