From d4917089574e557a6a465617409f77b0e2000da6 Mon Sep 17 00:00:00 2001 From: Tharre Date: Sun, 8 Sep 2024 20:44:28 +0200 Subject: upgpkg: st-custom 0.7.r93.g97418a4-1 Fix terminfo files conflicting with ncurses. --- st-custom/PKGBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/st-custom/PKGBUILD b/st-custom/PKGBUILD index 2752371..2df8b94 100644 --- a/st-custom/PKGBUILD +++ b/st-custom/PKGBUILD @@ -35,6 +35,7 @@ build() { package() { cd "${_pkgname}" make PREFIX=/usr DESTDIR="${pkgdir}" install + rm "${pkgdir}/usr/share/terminfo/s/"{st,st-256color} install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}" install -Dm644 README FAQ -t "${pkgdir}/usr/share/doc/${pkgname}" install -Dm644 "${srcdir}/st-terminal.desktop" -t "${pkgdir}/usr/share/applications" -- cgit v1.2.3-70-g09d2