portage-overlay

personal portage ebuild repository
git clone anongit@rnpnr.xyz:portage-overlay.git
Log | Files | Refs | Feed | README

Commit: a7a68b944ba7977d5eaef9dee717d3a425f16ef3
Parent: 189b92d70b48cfffab96fc686ad4a342f99daf88
Author: 0x766F6964
Date:   Wed, 22 Jan 2020 21:38:30 -0700

specify bindir for oksh configure script

Diffstat:
Mapp-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 }