From c1e848ca064a52e6860685758a6da0a0c2a8ce3b Mon Sep 17 00:00:00 2001 From: Ryan Fox Date: Sun, 29 Aug 2021 13:31:59 +0000 Subject: [PATCH] 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 --- gui-apps/foot-terminfo/foot-terminfo-1.9.0.ebuild | 6 +++--- gui-apps/foot-terminfo/foot-terminfo-9999.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gui-apps/foot-terminfo/foot-terminfo-1.9.0.ebuild b/gui-apps/foot-terminfo/foot-terminfo-1.9.0.ebuild index 1727e2d92e..e2e3662684 100644 --- a/gui-apps/foot-terminfo/foot-terminfo-1.9.0.ebuild +++ b/gui-apps/foot-terminfo/foot-terminfo-1.9.0.ebuild @@ -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 } diff --git a/gui-apps/foot-terminfo/foot-terminfo-9999.ebuild b/gui-apps/foot-terminfo/foot-terminfo-9999.ebuild index 1727e2d92e..e2e3662684 100644 --- a/gui-apps/foot-terminfo/foot-terminfo-9999.ebuild +++ b/gui-apps/foot-terminfo/foot-terminfo-9999.ebuild @@ -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 }