gui-apps/foot-terminfo: Change install location

Installing foot's terminfo resulted in the non-standard location has
caused issues with some programs, so I am changing back the install
location as per the maintainer's suggestion.

Pushing it as a new revision probably isn't worth it since the package
has only been in the GURU master branch for a short period of time.

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

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-29 13:31:59 +00:00
parent a14419ec41
commit c1e848ca06
2 changed files with 6 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ src_compile() {
}
src_install() {
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
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
}

View File

@@ -26,7 +26,7 @@ src_compile() {
}
src_install() {
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
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
}