gui-apps/foot-terminfo: Change install location

Dickey added a version of foot's terminfo to ncurses, but it lacks
certain features. To avoid a package collision with sys-libs/ncurses,
we will install terminfo to a non-standard location from now on.

See https://codeberg.org/dnkl/foot/issues/671

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ryan Fox <flewkey@2a03.party>
This commit is contained in:
Ryan Fox
2021-08-28 02:11:21 +00:00
parent 480d728c85
commit 932ea0a18d

View File

@@ -26,7 +26,7 @@ src_compile() {
}
src_install() {
dodir /usr/share/terminfo/f/
cp "${S}/f/foot" "${D}/usr/share/terminfo/f/foot" || die
cp "${S}/f/foot-direct" "${D}/usr/share/terminfo/f/foot-direct" || die
dodir /usr/share/foot/terminfo/f/
cp "${S}/f/foot" "${D}/usr/share/foot/terminfo/f/foot" || die
cp "${S}/f/foot-direct" "${D}/usr/share/foot/terminfo/f/foot-direct" || die
}