From b76911cb7091f8d4c69b0f50cd317e1280d748d5 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sat, 28 Dec 2024 00:30:59 +0100 Subject: [PATCH] ghostty: keep term{cap,info} files as they are checked for at runtime --- srcpkgs/ghostty/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ghostty/template b/srcpkgs/ghostty/template index dfc6aaabec9..665dd59440d 100644 --- a/srcpkgs/ghostty/template +++ b/srcpkgs/ghostty/template @@ -1,7 +1,7 @@ # Template file for 'ghostty' pkgname=ghostty version=1.0.0 -revision=2 +revision=3 build_style=zig-build configure_args=" -Doptimize=ReleaseFast @@ -23,7 +23,7 @@ checksum=bd12953c8bbe7149e2f94e7e578a88e981932a69aa483f5ce9a2cfba726e0015 post_install() { vlicense LICENSE tic -sx -o ${DESTDIR}/usr/share/terminfo ${DESTDIR}/usr/share/terminfo/ghostty.terminfo - rm -f ${DESTDIR}/usr/share/man/.placeholder ${DESTDIR}/usr/share/terminfo/ghostty.{terminfo,termcap} + rm -f ${DESTDIR}/usr/share/man/.placeholder } ghostty-terminfo_package() {